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

Compile issues since last update for COLOR [Android] #12

Closed
iRoachie opened this issue Jan 9, 2017 · 6 comments
Closed

Compile issues since last update for COLOR [Android] #12

iRoachie opened this issue Jan 9, 2017 · 6 comments
Labels

Comments

@iRoachie
Copy link
Contributor

iRoachie commented Jan 9, 2017

Android 4.4.4 - API 19

Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.

Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'.

Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'.
@iRoachie
Copy link
Contributor Author

iRoachie commented Jan 9, 2017

Error shows on Android 6.0 as well

@cooperka
Copy link
Owner

cooperka commented Jan 9, 2017

@iRoachie I don't seem to have any errors on my devices, does this cause any problems for you? Does the app still work?

@iRoachie
Copy link
Contributor Author

iRoachie commented Jan 9, 2017

Nope. The bug appears when building

@cooperka cooperka added the bug label Jan 9, 2017
@cooperka cooperka changed the title Bugs since last update for COLOR Compile issues since last update for COLOR [Android] Jan 9, 2017
@iRoachie
Copy link
Contributor Author

Okay I figured out what the problem was. I'm assuming it has something do with the Android Support Library an API 23. After I changed the build.grade to api > 23, it build correctly.

My settings:
compileSdkVersion 25
buildToolsVersion "25.0.2"

Original react native settings:
compileSdkVersion 23
buildToolsVersion "23.0.1"

@SrinivasanSelvam
Copy link

I have got the same error.

How to change sdk version?
Guide me where is that option in Android stuido

@iRoachie
Copy link
Contributor Author

It's a file android/app/build.gradle

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

No branches or pull requests

3 participants