So, I just upgraded to 0.4.2, and suddenly I get an error message in the Gradle version. I tried some of these questions, saying by selecting "Use a local Gradle distribution" in the "Gradle Settings" to the one that asks for the error. So far, these are the messages I received:
You are using Gradle version 1.6, which is not supported. Please use version 1.9. Please point to a supported Gradle version in the project Gradle settings or in the project Gradle wrapper (if applicable.) You are using Gradle version 1.8, which is not supported. Please use version 1.9. Please point to a supported Gradle version in the project Gradle settings or in the project Gradle wrapper (if applicable.) Gradle version 1.6 is required. Current version is 1.9. Please fix the project Gradle settings.
It alternated between these errors, depending on which version I am switching to, so I'm not quite sure what the problem is. In addition, I downloaded version 1.8 (-all) from the Gradle website, but other versions were downloaded by Android Studio, I believe.
Jiexi source share