@iwan_uschka wrote:
I don't really know what happened since last time where i built my project successfully, but now i can't make it to build my ionic project for android platform.
Build process determines here:processDebugResources
.
Error message:
.../platforms/android/build/intermediates/res/debug/values-v23/values.xml:5: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
.../platforms/android/build/intermediates/res/debug/values-v23/values.xml:26: error: Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
I don't use any material design stuff in my project.
Cordova 5.4.1
Ionic CLI 1.7.10
Android SDK Tools 24.4.
1 installedAndroid SDK Platform-tools 23.0.1
installedAndroid SDK Build-tools 23.0.2
installedAndroid 6.0 (API 23) SDK Platform
installedAndroid M (API 22) SDK Platform Android M Preview
installedAndroid 5.1.1 (API 22) SDK Platform
installedAndroid 4.4W.2 (API 20) SDK Platform
installedAndroid 4.4.2 (API 19) SDK Platform
installedIn
.../platforms/android/AndroidManifest.xml
you can find this line:<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="22" />
.I tried to set
android:targetSdkVersion
in the manifest-XML to 23. No success.
I removedAndroid SDK Build-tools 23.0.2
and installedAndroid SDK Build-tools 22.0.1
. No success.Don't know what to do.
Building for iOS platform works.Thanks for help!
Posts: 1
Participants: 1