Android build error
See original GitHub issueSummary
Version | 2.1.3 |
Affected OS | Android |
OS Version | ? |
Current behavior
Got error when run ./gradlew assembleRelease
Expected behavior
Issue Analytics
- State:
- Created 4 years ago
- Comments:19
Top Results From Across the Web
Known issues with Android Studio and Android Gradle Plugin
Known issues with Android Studio and Android Gradle Plugin · Error when rendering Compose Preview · Error when using different passwords for key...
Read more >How to fix build failed error in Android Studio? - Stack Overflow
Looks like some linking issue is causing the error. You can try to close android studio and delete .gradle folder and .idea folder...
Read more >[FIXED] Android build failures `No matching variant of ... - GitHub
The build error looks something like this: Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build ...
Read more >How to fix all build errors in react native(Android specific).
To fix this, you will have to increase the heap memory allocation. Then open the file android/app/build. gradle in a text editor.
Read more >Why does a build fail in Android Studio even if I don't ... - Quora
Build fails are normal in Android studio. I have faced a million times. It may occure if your Android Studio is not updated....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mikehardy
I have already set
compileSdkVersion = 28
inandroid/build.gradle
. I still got the same error.You’re welcome! Hopefully it all eventually worked out for you and I guess if anything this will server as a good indicator of which libraries to use or avoid from a maintenance perspective and we can all limp along jetifying until then. Cheers