-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android build fails #57
Comments
I can confirm this happens after upgrading cordova android platform to >= 6.0.0 As this is also a problem for me, any help to finding out what's causing this would be nice... |
It seems a bug of cordova in 6.4.0. Try with 6.3.0. Worked for me (you must remove platform and re-add) |
I'm using Cordova 6.5.0 & Cordova-Android 6.1.2, i am also seeing this error message. |
Cordova-Android 5.2.2 is highest working version for avoiding this error message. How can we fix up the code to build with lastest Cordova-Android 6.1.2 ? |
I've just found a workaround. It's working on Cordova-Android 6.2.3.
That's it. |
Steps to reproduce:
cordova create test
cordova platform add android
cordova plugin add cordova-plugin-connectsdk
cordova build android
I have this error:
A problem occurred configuring root project 'android'.
Cannot evaluate module Connect-SDK-Android : Configuration with name 'debug' not found.
It seems a gradle error.
Thanks
The text was updated successfully, but these errors were encountered: