Software Archive
Read-only legacy content
17061 討論

Build Failed in crdova

Nagajyothy_M_
初學者
918 檢視

While i was building my project with cordova it gives error like unrecognized syntax ',' error in androidmanifest.xml

But this project was sucessfully builded as before But now it is not working.

error.png

0 積分
6 回應
John_H_Intel2
員工
918 檢視

Are you using any 3rd party plugins? Have any of them been updated recently? Try removing them and adding them back in until you find the offending plugin.

 

Nagajyothy_M_
初學者
918 檢視

I did not modified any plugins but it was not working.But the same project was builded before 20 days sucessfully

PaulF_IntelCorp
918 檢視

When you use third-party plugins without specifying a version number you always get the "latest" version of the plugin. Unfortunately, this means that what you built against 20 days ago may be different than what you built against today. This is resolved by the EA version of the XDK, which handles plugins differently (see this post for instructions on how to download), but not by the current version of the XDK. So it is likely that one of your plugins was updated by the plugin author and that broke the build.

Nagajyothy_M_
初學者
918 檢視

Yes i think what ever you are saying is right.but in my project i did not using any third party plugins we are using our own custom plugins and also some plugins which are download from net and then we are using.But we are not giving any direct reference.

John_H_Intel2
員工
918 檢視

Can you attach you build log as a txt file?

PaulF_IntelCorp
918 檢視

@Nagajyothy -- we refer to any plugin, other than the core plugins, as "third-party plugins." Sorry for that confusion. If your plugins are all stored locally in the project, and nothing in that project changed, then my suggestion is invalid. If, however, any of them is stored outside your project, you could be subject to what I am describing. I hope that makes sense.

回覆