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

Upgrade to RN 0.74.5 will cause Android gradle sync issue #54

Closed
ra1nj opened this issue Sep 6, 2024 · 3 comments
Closed

Upgrade to RN 0.74.5 will cause Android gradle sync issue #54

ra1nj opened this issue Sep 6, 2024 · 3 comments

Comments

@ra1nj
Copy link

ra1nj commented Sep 6, 2024

It will print errors like this :

CMake Error at CMakeLists.txt:44 (find_package):
Could not find a package configuration file provided by "ReactAndroid" with
any of the following names:

ReactAndroidConfig.cmake
reactandroid-config.cmake
@ra1nj
Copy link
Author

ra1nj commented Sep 6, 2024

The root cause error:
debug|x86 : User has minSdkVersion 21 but library was built for 23 [//ReactAndroid/fabricjni]

@ra1nj
Copy link
Author

ra1nj commented Sep 6, 2024

After changed the minSdkVersion inside react-native-quick-sqlite's build.gradle from 21 to 23 , sync is successful now

@ra1nj
Copy link
Author

ra1nj commented Sep 9, 2024

It's seems this pr fixed this.

@ra1nj ra1nj closed this as completed Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant