Skip to content
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

Cofiguratin problem #14

Closed
ahshoaib opened this issue Mar 5, 2017 · 2 comments
Closed

Cofiguratin problem #14

ahshoaib opened this issue Mar 5, 2017 · 2 comments
Assignees

Comments

@ahshoaib
Copy link

ahshoaib commented Mar 5, 2017

The build.gradle is configured and during rebuild gives the following errors:

/Users/shoaibrafa/AndroidStudioProjects/MyApp/app/build/intermediates/res/merged/debug/values-v24/values-v24.xml
Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
Error:(3) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.
Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
Error:Execution failed for task ':app:processDebugResources'.

com.android.ide.common.process.ProcessException: Failed to execute aapt

@tonyofrancis
Copy link
Owner

@ahshoaib The Fetch library is using the following gradle configuration

compileSdkVersion 25
buildToolsVersion "25.0.2"

//support library
compile 'com.android.support:appcompat-v7:25.2.0'

From your code snippet it seems that your app is using v24 of the build tools or support library. Please verify that this is true. Try changing it to match Fetch's configuration and let me know if that worked.

@CoMatu
Copy link

CoMatu commented Feb 14, 2018

I have some problem
2018-02-15 1 08 38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants