java - Unable to resolve target 'android-15' until the SDK is loaded -
i'm quite new in eclipse.
i download coding error below:
- the project not build since build path incomplete. cannot find class java.lang.object. fix build path try building project
-the type java.lang.object cannot resolved. indirectly referenced required .class files - unable resolve target 'android-15'
- unable resolve target 'android-15' until sdk loaded.
any idea how solved it?
in eclipse go window --> android sdk manager , in sdk manager check whether have installed sdk api level 15 or not. , right click on project go properties there android tab on left hand side pannel. click on show project build target. make higher version.
Comments
Post a Comment