-
Notifications
You must be signed in to change notification settings - Fork 300
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' #94
Comments
Me too facing this issue.. |
me too! |
Delete |
Any Solution?? |
I fixed the issue long time ago but can't really remember how. In this kind of issues, i try to run the app with Android Studio first. If I'm not mistaken it was related to some SDK issue. Android studio is good to fix SDK related issues. Check whether it is mixing with different version of targetSDK version. If it's related to SDK, you can try as below to force every project to use same SDK:
|
I am trying to run my app with
react-native run-android
but getting the following errorI deleted node_modules, run
npm install
but still same. I tried clearing cache but error still existsAny solution? I can't even run my project
The text was updated successfully, but these errors were encountered: