Build Issues With Gradle Android Studio 0.2.1
I've updated my Android Studio Version to 0.2.1 and since then when I open a clean new project and try to build + run it I get the following Error: Abnormal build process terminat
Solution 1:
I finally managed to bring Android Studio back into working state. I gave up on the 0.2.1 update and reverted to 0.2.0, which we all know worked just fine. Here's how I did it: I uninstalled Android Studio ( Add/Remove Programs ), deleted the contents of \Android\android-studio ( except for sdk folder and SDK Manger.exe ) and then downloaded and installed the more stable version from the bundle right here: http://developer.android.com/sdk/installing/studio.html#Updating After that, you should be able to reopen the projects you were working on, without encountering any other errors. Good luck!
Post a Comment for "Build Issues With Gradle Android Studio 0.2.1"