- Right click on project > Properties > Android
- Set Project build target (mine was ICS Android 4
- Press Apply (I had to press apply 3 times for it to listen to me!)
- Then go to Build Configuration and set the "Unable to get system library for the project" libraries Native folder to your Android jar (something like C:/dev/AndroidSDK/platforms/android-14)
- Right click on project > Android Tools > Fix Project Properties
- Clean & Build
- If nothing, try opening and closing the project
- Also try pressing Apply on the build target some more
Obviously check to make sure that you've set the Android SDK location in Window > Preferences > Android. My SDK location is C:\dev\AndroidSDK (not sure why eclipse holds the backslashes here and forward slashes above)
No comments:
Post a Comment