Unable to resolve target 'android-15' until the SDK is loaded
android, eclipse, java
Solution
In Eclipse go to window --> Android SDK manager and in sdk manager check whether you have installed sdk for api level 15 or not. And also right click on your project go to properties there is Android tab on left hand side pannel. Click on it that will show you project build target. Make it to higher version.
Problem
i'm quite new in eclipse. I download a coding a get the error as below: - the project was not build since its build path is incomplete. Cannot find the class for java.lang.Object. Fix the build path then try building this project -The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files - Unable to resolve target 'android-15' - Unable to resolve target 'android-15' until the SDK is loaded. Any idea how to solved it?