Cordova Please Install Android target 19

前端 未结 7 1326
无人共我
无人共我 2020-12-21 00:48

I am using Cordova-3.3.0, and when trying to create a project for Android I am getting this following error -

Error: Please install Android target 19

相关标签:
7条回答
  • 2020-12-21 01:27

    For Windows, in the Environment Variable try place the java\bin directory before the windows\system32 directory.

    This makes the SDK Manager to use java from java\bin directory else it would use java found in the system32 folder.

    0 讨论(0)
提交回复
热议问题