Tipsi-stripe: Manifest new error

Created on 27 Dec 2017  路  6Comments  路  Source: tipsi/tipsi-stripe

Up to version 4.5.5, build android error:

```/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3: AAPT: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/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'.

/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/values-v26/values-v26.xml:15:21-54: AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.

/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/values-v26/values-v26.xml:18:21-54: AAPT: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.

/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:3: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml:4: error: Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/values-v26/values-v26.xml:15: error: Error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.

/Users/lijie/AppProject/favorit/android/app/build/intermediates/res/merged/debug/values-v26/values-v26.xml:18: error: Error: No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.```

Most helpful comment

@isnifer I changed the version after these is correct, I do not know if only I will encounter this problem, thank you very much 馃槃

compileSdkVersion 26
buildToolsVersion "26.0.1"
targetSdkVersion 26

All 6 comments

@xuanheScript clean project:

cd android

rm -rf build app/build

# Clean
./gradlew clean

And try to build again

@isnifer Tried the way you provided, still the same error
image
Guess the wrong directory or file resource does not exist

@xuanheScript show me your app/build.gradle file

@isnifer
image
image
thank

@isnifer I changed the version after these is correct, I do not know if only I will encounter this problem, thank you very much 馃槃

compileSdkVersion 26
buildToolsVersion "26.0.1"
targetSdkVersion 26

Nice

Was this page helpful?
0 / 5 - 0 ratings