Software Archive
Read-only legacy content

Cordova build failed

Nayab_S_
Beginner
649 Views

The build failed. An error occurred while building the application. Verify your build assets are correct and try again. Same problem for all projects which are build successfully those are not build now.

0 Kudos
7 Replies
John_H_Intel2
Employee
649 Views

What platform is this for?

Can you attach a text file of the build log instead of a screenshot?

0 Kudos
Nayab_S_
Beginner
649 Views

This is for Android platform.

470832

0 Kudos
John_H_Intel2
Employee
649 Views

Looks like you are including a bunch of 3rd party plugins. Try removing them and see if the build succeeds. If it does, add them in one by one until you find the offending plugins that is causing you issues.

0 Kudos
Nayab_S_
Beginner
649 Views

 

I just removed all my 3rd party plugins, even though same error comming.470853

0 Kudos
John_H_Intel2
Employee
649 Views

Found your issue. 

Remove all of the entries in the Add Permissions input field for Android and you will see the text there that tells you what you can enter.

It says it must be a ;  (semi-colon) separated list, not a comma separated list like you entered it as. Hence the , error in the build log.

 

0 Kudos
Nayab_S_
Beginner
649 Views

Thank you so much..its working now

In  older version its work fine with " , " without any problem, now its works with " ; " 

any reason

0 Kudos
John_H_Intel2
Employee
649 Views

No reason :)

What version did it work with , previously?

0 Kudos
Reply