Bug P3
Status Update
Comments
ab...@vcqru.com <ab...@vcqru.com> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
Description
Despite reverting to the previous version of Android Studio (Koala Feature Drop), the issues persist. The errors include:
Gradle build failures
Java compatibility issues
Missing or incorrect environment variable settings (JAVA_HOME)
Steps taken to resolve the issue so far:
Verified Java version (Java 17).
Updated build.gradle and gradle-wrapper.properties to use compatible versions.
Set JAVA_HOME environment variable correctly.
Cleaned and rebuilt the projects.