Skip to content Skip to sidebar Skip to footer

Error: Please Install Android Target: "android-22" When Sdk Manager Shows It Is Installed

I have the android-22 installed on my environmet. But still when running the cordova build android getting the following error: C:\Work\WebRTC\FirstResponder\rtcommmobile>cordo

Solution 1:

As it was commented, there could be 2 different sdk's. Take a look at the c:/Users//android-sdks and c:/Users//AppData/Local/Android/android-sdks.

From what I can tell its referencing either of these and the one its referencing is missing the required files. Trying copying them across.

Solution 2:

You need to check targetSdkVersion and minSdkVersion in project.properties files. You can find the full solution by going to the Sebastian G. Marinescu's answer here

Post a Comment for "Error: Please Install Android Target: "android-22" When Sdk Manager Shows It Is Installed"