I'm trying to import a gradle project into eclipse via gradle-plugin. Import --> gradle project --> browsing the project. But when i hit 'Build Model' i get the error-message: "failed to find target android-16". Android API16 is installed, reinstalling did not help.
Asked
Active
Viewed 1,228 times
1 Answers
0
Try verifying the SDK locations (since you said they are already installed), perhaps android studio just cant find them. Please see this link for instructions:
-
I want to import into Eclipse, not Android Studio. C:\Program Files (x86)\Android\android-sdk\platforms\android-16 does exist. – Jonas Apr 14 '15 at 22:34