-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Android Test Error: uses-sdk:minSdkVersion 18 cannot be smaller than version 21 declared in library #3343
Comments
It sounds like this is what you're looking for. In any case, I advise setting the min SDK version to at least 21. Please close the issue if that helps. |
I still have the issue. I appended
to |
Try to apply this code specifically. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this reporsitory, read this discussion. |
The issue has been closed for inactivity. |
This is likely to be fixed indirectly once we finalize RN .68 compatibility - #3344 |
This is still an issue for our team |
I'm facing a similar issue. My project has a minSdkVersion of 21 but the package has a minSdkVersion of 18. Is the advice to update the minSdkVersion of this package to 21 or update the minSdkVersion of my actual project to 18? I am using RN70.7. TIA for any advice! :) |
@ecexplorer @ablack34 try to apply these stackoverflow suggestions |
What happened?
I followed the guideline and tried testing in React Native Android in RN0.64.3. Added Gradle minSdkVersion to 18 as detox official guide suggested having at least 18. This is what I get in cli.
What was the expected behaviour?
Should be able to built detox test in react native android
Was it tested on latest Detox?
Did your test throw out a timeout?
Help us reproduce this issue!
Install RN0.64.3
add detox and setup in android platform
build the detox test
In what environment did this happen?
Detox version: 19.6.5
React Native version: 0.64.3
Node version: 16.14.2
Device model: Emulator Pixel_API_29
Android version:
Test-runner (select one): jest
Detox logs
Detox logs
Device logs
Device logs
More data, please!
No response
The text was updated successfully, but these errors were encountered: