Skip to content

How to solve the compilation error: “Unable to resolve project target 'Google Inc.:Google APIs:19'”

LibelulaV edited this page Sep 18, 2014 · 1 revision

In order to solve this problem, here there is an easy step-by-step guide about how to install the required SDK packages. In addition, these steps are required for being able to install the Webview+.

First of all, visit the folder where you have the android SDK installed. In the tools folder, run the file called just “android” which will open the Android SDK Manager.

android-sdk-macosx > tools > android

Once it is running, It will appear a window similar to this one:

Android SDK Manager

If you scroll down the window, you reach to the Android 4.4.2 section, which is also labelled as API 19. Select at least the Google APIs (x86 System Image), Google APIs (ARM System Image) and click on “Install packages”.

Selecting Google APIs (x86 System Image) and Google APIs (ARM System Image)

Once the installation is completed, this error should not appear anymore. This can be applied to any similar error.