Hi,
since I began to use IntelliJ 13 EAP (should be the same as Android Studio) I have a nasty problem with the IDE: While my build works fine on the cmd line the IDE always complains about my setup with a really unhelpful line
IllegalStateException: Unable to find Gradle home directory for project 'myproject': Unable to find Gradle home directory for project 'myproject'
My project is setup like this:
/(root)
/_libraries/actionbarsherlock/build.gradle
/res
/src
/(all other android stuff)
/build.gradle
/settings.gradle
In settings.gradle the library is included and the build.gradle references this project.
As I said build on the cmd line works fine but I seem to break an assumption of Android Studio as I can't get it to work.
Help?
Thx,
Stefan