Skip to content Skip to sidebar Skip to footer

Android Studio 1.5.1 Cannot Build

Lately, I encounter a lot of problems using Android Studio. I'm using Android Studio 1.5.1, with gradle plugin 1.5.0 (corresponding to Gradle 2.2.1, I think), on Windows 7. There i

Solution 1:

I have been facing the same problem. However, I had a previous project which had been successfully built. What I did was - changed the location of Service Directory Path(the one pointing to the '.gradle' folder) of my new app to the Service Directory Path of the successfully built app, i.e from C:/Users/YOUR USERNAME/AndroidStudioProjects/CURRENT APP/.gradle to C:/Users/YOUR USERNAME/AndroidStudioProjects/SUCCESSFULLY BUILT APP/.gradle

To change the service directory path- go to settings --> Build, Execution, Deployment --> Build Tools --> Gradle --> service directory path

Post a Comment for "Android Studio 1.5.1 Cannot Build"