-
-
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
Build Failed need help #280
Comments
This is simply a warning message from |
https://build.phonegap.com/ i create my build here... after package create wit intel xdk Build Date: 2018-03-04 08:46:52 +0000PLUGIN OUTPUTFetching plugin "cordova-plugin-crosswalk-webview@1.8.0" via npm
COMPILE OUTPUTnull :CordovaLib:processDebugJavaRes UP-TO-DATE :CordovaLib:processReleaseJavaRes UP-TO-DATE /project/build/intermediates/res/merged/release/values-v24/values-v24.xml:4 : AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'. FAILED FAILURE: Build failed with an exception.
BUILD FAILED Total time: 10.207 secs Thank you for help! |
But not release apk... if i remove plugin .. build was ok.. |
The cause is a Gradle version collision caused by another plugin requesting a different version of the Android Support Library (see #218, #211, #205, etc.). The first easiest fix to try is installing cordova-android-support-gradle-release into your project to align the versions. Otherwise you'll need to manually align the version in the Closing as this is not directly caused by this plugin but is an artefact of the Cordova Android build process. |
Repository "https://github.com/dpa99c/cordova-diagnostic-plugin.git" checked out to git ref "master" at "0a03c35".
Installing "cordova.plugins.diagnostic" at "4.0.0" for android
Fetching plugin "cordova-plugin-whitelist@1.2.2" via npm
Installing "cordova-plugin-whitelist" at "1.2.2" for android
Can i fix????
I'm submitting a ... (check one with "x"):
Bug report
Current behavior:
Expected behavior:
Steps to reproduce:
Environment information
cordova -v
cordova platform ls
cordova plugin ls
sw_vers
winver
Runtime issue
Android build issue:
node -v
ls platforms/android/.gradle
android:targetSdkVersion
inAndroidManifest.xml
sdkmanager --list | sed -e '/Available Packages/q'
iOS build issue:
node -v
If using an Ionic Native Typescript wrapper for this plugin:
ionic info
npm list | grep "@ionic-native"
Related code:
Console output
console output
Other information:
Feature request
Documentation issue
The text was updated successfully, but these errors were encountered: