Importing Gradle Project, Android Error
I am trying to import a libgdx project (desktop, ios and android) to eclipse on my mac, which I have in my local git repository. When I try to import my project to eclipse ( Impor
Solution 1:
Add file local.properties to your project root folder. There you should write location of your Android SDK like this:
sdk.dir=/Users/ab/Android/adt-bundle-mac-x86_64-20130917/sdk
Post a Comment for "Importing Gradle Project, Android Error"