Android Studio 1.0 RC 1 Gradle Build Issues - Build Action Failed with Gradle Install

I am getting error while importing gradle projects. The same is true when creating a new project.

Could not run build action using Gradle installation Using gradle from the console builds the project fine. So I think the problem is somewhere in android studio.

I changed OS (won 7 to win 8.1), java version (1.6, 1.7, 1.8), android studio versions (0.8 to 1.0), gradle (1.10, 1.12, 2.1, 2.2) using gradel skin and downloading gradle zips ...

Nothing helped. I dont know how i can fix this please help

Added android studio logs

+3


source to share


1 answer


I solved this problem - reinstalled part of the environment and now it works fine with jdk 8. The main change I made is I installed everything (JDK 8, android studio, Android sdk) to default. Try this if you are facing the same problem



0


source







All Articles