Unable to resolve target 'android-8' after importing libraries Unable to resolve target 'android-8' after importing libraries android android

Unable to resolve target 'android-8' after importing libraries


I had to open up SDK manager and simply installed API level 8. That solved my problem. Vote up the user in the comments that gave me the solution :)


in some cases after installation you should select the target platform for your project. to do so:

  1. Right click on project->properties.
  2. Select Android on left panel.
  3. If you see Android 4.0.3 in (Project Build Target), then tick it and click Apply button.
  4. If you don't have 4.0.3 version in Build Targets, then you don't have it yet. to install simply go to sdk manager and click onAndroid 4.0.3(API 15)-SDK Platform.