-
-
Notifications
You must be signed in to change notification settings - Fork 361
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 Error #161
Comments
Downgrading the plugin to @3.0.0 solves the issue |
I am able to reproduce this with console output
If you look further up in the build log, you'll see an error like this:
This arises from a mismatch between the Android compile SDK version and the support library / build tools version (see here). It's easily resolved by updating the project to use the most recent
console output
|
Thank you so much! |
yes, thank you so much! |
Yes!!!! Very, very, thank you!!! |
Thank you sir! Works like a charm! |
Thanks, |
I have done the same but I got the follwoing :CordovaLib:processDebugJavaRes UP-TO-DATE :CordovaLib:processReleaseJavaRes UP-TO-DATE :processDebugManifest FAILED BUILD FAILED Total time: 41.492 secs FAILURE: Build failed with an exception.
|
Hey,
The plugin was working perfectly but after that I updated my android SDKs it's not working anymore.
I receive this error
I tried removing and adding [email protected], removing all of my SDKs and downloading everything again.
I have installed
Android SDK Tool 25.2.4,
SDK platform 23,
Android Support Repository 41,
Google Play services 38,
Google Repository 41.
In my AndroidManifest.xml I specify
android:targetSdkVersion="23"
I have searched everywhere for two days and I just can't find a way to solve this.
If I remove the plugin I can build properly so the problem must be here.
Any ideas?
ordova CLI: 6.3.1
Ionic Framework Version: 2.0.0-rc.3
Ionic CLI Version: 2.1.17
Ionic App Lib Version: 2.1.7
Ionic App Scripts Version: 0.0.47
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 10
Node Version: v6.2.2
Xcode version: Not installed
The text was updated successfully, but these errors were encountered: