Software Archive
Read-only legacy content

erro build

josef_j_1
Beginner
288 Views

1- any one have successfully installed "rate this app" plugin ? because when i use this one , it fails to install always   https://github.com/pushandplay/cordova-plugin-apprate

2- i keep getting this error trying to build for android    http://hdmx.net/error.txt

 

thanks for the help !

 

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
288 Views

Your build is failing because one of the plugins uses a gradle script. Our build system does not support gradle scripts inside of plugins, due to the security risks. You'll have to work with the plugin author to see if they can come up with a version that does not require the gradle script, or fork the plugin and change it yourself, to make it work with our build system.

Here's the relevant error message from the build log:

FAILURE: Build failed with an exception.

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

 

0 Kudos
Josef_J_
Beginner
288 Views

Thanks Paul 

I don't know at which stage i posted the error log but after i removed the apprate plugin and left only the admobpro it also failed but then i found out that i was using the wrong App Version , i entered 5 instead of 1.5 after i changed that all is OK .

 

Thanks for the help

0 Kudos
Reply