@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.1Ionic CLI 1.7.10Android SDK Tools 24.4.1 installedAndroid SDK Platform-tools 23.0.1installedAndroid SDK Build-tools 23.0.2installedAndroid 6.0 (API 23) SDK PlatforminstalledAndroid M (API 22) SDK Platform Android M PreviewinstalledAndroid 5.1.1 (API 22) SDK PlatforminstalledAndroid 4.4W.2 (API 20) SDK PlatforminstalledAndroid 4.4.2 (API 19) SDK PlatforminstalledIn
.../platforms/android/AndroidManifest.xmlyou can find this line:<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="22" />.I tried to set
android:targetSdkVersionin the manifest-XML to 23. No success.
I removedAndroid SDK Build-tools 23.0.2and 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