Problems creating with Gradle Android studio 0.2.1

I updated the version of Android Studio to version 0.2.1, and since then, when I open a clean new project and try to create + run it, I get the following error:

Incorrect completion of the build process: error: could not find or load core class files

Do you know how I can avoid this? Am I doing something wrong?

+4
source share
1 answer

I finally managed to get Android Studio back online. I refused the 0.2.1 update and returned to 0.2.0, which, as we all know, worked fine. Here's how I did it: I uninstalled Android Studio (Add or Remove Programs), deleted the contents of \ Android \ android-studio (except for the sdk folder and the Manger.exe SDK folder), and then downloaded and installed a more stable version from the package right here : http://developer.android.com/sdk/installing/studio.html#Updating After that, you can reopen the projects you worked on without any other errors. Good luck

0
source

Source: https://habr.com/ru/post/1492288/


All Articles