Software Archive
Read-only legacy content
17061 Discussions

Repeated Android Build failure

Anjan_L_
Beginner
865 Views

Hi,

My Android Build is failing repeatedly with the below exception and message:

FAILURE: Build failed with an exception.

* Where:
Script '.../YourData/platforms/android/CordovaLib/cordova.gradle' line: 128

* What went wrong:
A problem occurred evaluating root project 'android'.
> No match found

Please suggest what could be going wrong. I rebuilt another app that was built successfully last time and that build went fine. In this app the only new item is a Google Maps Widget that has been added and the corresponding Service bindings. The App is working well in emulator and in Debug mode.

Please help.

Thanks

anjan

 

 

0 Kudos
4 Replies
PaulF_IntelCorp
Employee
865 Views

What is your list of plugins? If you remove any of the plugins, does this build error message go away?
 

0 Kudos
Anjan_L_
Beginner
865 Views

I found the problem. In Build Settings I changed the App Version Code to 1.1 and that was causing issues. Reverting it back to 1 solved the problem.

0 Kudos
josef_j_1
Beginner
865 Views

I have the same problem , i need App Version 3 and app version code 1.2 

any solution ?

0 Kudos
PaulF_IntelCorp
Employee
865 Views

App Version Codes must be integers. It is an internal number used by the Google Play store to keep track of versions, it has nothing to do with the external version number of your app that you present to your users, that can be anything you want.

0 Kudos
Reply