-
-
Notifications
You must be signed in to change notification settings - Fork 199
Closed
Description
CLI has list of supported and verified android API Levels. In the moment Android 5.1.1 is not part of this list, which is causing failure when you have only this API Level installed from Android SDK. The error message is:
Please install Android target 17. Make sure you have the latest Android tools installed as well. Run "android" from your command-line to install/update any missing SDKs or tools.
NOTE: In order to test this, you must remove all other SDKs and add only API Level 22 (but not MNC) and make sure you can successfully build and deploy the app on device/emulator.
Reactions are currently unavailable