-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
No resource found that matches the given name: attr 'android:keyboardNavigationCluster'. #499
Comments
I also faced this issue you just need to make 2 chnages: android/app/build.gradle
but this will work if you eject expo |
@patilrevansidh Could you be more explicit, to where exactly goes For example, inside |
It worked for me by changing to "26.0.2" version in android>app>build.gradle |
thax..It worked for me by changing to "26.0.2" version in android>app>build.gradle |
compileSdkVersion 26 |
I found changing the sdk/build tools versions in my own project didn't help, but following the instructions at oblador/react-native-keychain#68 (comment) allowed me to force the versions used by all dependencies of my project, and that fixed the issue. |
Change compileSdkVersion and buildToolsVersion in android/app/build.gradle is worse, fixed it just by add this to android/build.gradle:
|
Description
Just trying to run a build in Android Studio out of the box after ejecting to ExpoKit, and it errors out on me, with the following error:
Error:(13, 5) No resource found that matches the given name: attr 'android:keyboardNavigationCluster'.
Expected Behavior
Expected it to build without errors, similar to iOS
Observed Behavior
/Users/kyle/Documents/Development/app-mobile/android/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/27.0.1/res/values-v26/values-v26.xml
`Error:Execution failed for task ':app:processDebugResources'.
Environment
expo - v21.0.0
react native - expo sdk 21 fork
android studio v3.0.1
gradle 2.10
The text was updated successfully, but these errors were encountered: