I have formatted my system and have installed “Eclipse – Juno”. I have done all the Java path settings and SDK settings as well. But the eclipse shows the minimum target API level is 17 and Android version is 4.2. How do i get it to support API levels from 8 ?
How do i get the previous level SDKs? Can i use the SDK Manager to install them?
Set the minumum level api to 8 in your manifest.
Please also remember you have the required sdks installed and eclipse know where you have it.
Also, in your C:\Users{USERNAME}\android-sdks\extras\android\support
Has the v4,v7,13 backward capiabilty support libraries, add it to build path to use previous apis.