Posts

Showing posts from November, 2013

Solved: Cordova Error: Please install Android target 17 (the Android 4.2 SDK)

Image
Many of you might encounter the error message while adding Android OS support into your Cordova project: [Error: Please install Android target 17 (the Android 4.2 SDK)] After trying all Android SDK Tools, but I still getting the error message. Then I try to install the Android 4.2.2 (API 17). Well, it worked!! The error message is a little bit misleading! It's the API missing not Android Target! Here is the screenshot that I successfully added the "Android Target 17". Done.