I am importing an android app into Eclipse. I am receiving the following error
Unable to resolve target ‘Google Inc.:Google APIs:8
I have installed Android 4.0.3 (API15). Do I also need to install Android 2.2(API8)?
Is Android 4.0.3 (API15) not backwards compatible?
The application that you are importing is built using the Google API which is different from Android SDK. You can change the build target and set it to use the newer Google API if you have it already installed. If it is not already installed, you can install it using the SDK Manager.