We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm attempting to run App on react-native-ble on my Adroid, but I recieve this error. How would I fix it?
AndroidManifest.xml:9:5-11:41 Error: uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library
Suggestion: use tools:overrideLibrary="com.geniem.rnble" to force usage
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Yes, I'm not using the debug mode. I believe the reason is caused because my phone OS is outdated.
So I purchased Android this tablet.
The OS it's using is Android 6.0.
I also downgraded to React Native v0.38.0. After linking react-native-ble, I get the same error:
I can't image that the OS is out of date.
No branches or pull requests
Hi,
I'm attempting to run App on react-native-ble on my Adroid, but I recieve this error. How would I fix it?
AndroidManifest.xml:9:5-11:41 Error:
uses-sdk:minSdkVersion 16 cannot be smaller than version 21 declared in library
Suggestion: use tools:overrideLibrary="com.geniem.rnble" to force usage
The text was updated successfully, but these errors were encountered: