-
Notifications
You must be signed in to change notification settings - Fork 195
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
Error when Launching Android Emulator: Could not find Kotlin Gradle Plugin #935
Comments
Hello, same issue here, I have react-native 0.70.8. |
Hi, I managed to by pass this adding this to the
|
I found a workaround:
File:
So it expects the version to be in the root project (the app project) or in the
So I set the kotlinVersion = 1.7.0 in my app project and it works! Because I have the following in my android/build.gradle
I changed my android/build.properties and added:
OR you can just add the version to your android/build.gradle:
Hope it helps |
Faced the same issue the fixxes above work perfectly |
what can I do since I'm using expo to build, and I don't have android folder in local ? |
Addressed in #967 |
Installed Dependencies:
This error is present when launching the android emulator
The text was updated successfully, but these errors were encountered: