I'm trying to import a gradle project into eclipse but I'm getting this error :
"The SDK directory '\Applications\Android Studio.app\sdk' does not exist."
Has anyone encountered this kind of problem?
I'm trying to import a gradle project into eclipse but I'm getting this error :
"The SDK directory '\Applications\Android Studio.app\sdk' does not exist."
Has anyone encountered this kind of problem?
From the command line execute
gradle eclipse
Now you can import the gradle project as a normal eclipse project.
for more info - http://codetutr.com/2013/03/23/how-to-import-gradle-project-into-eclipse/