0

I tried install Visual Studio 2015 RC on windows 10 (build 10074) , and create blank cordova project , but i get as follow error message , and i tried reinstall visual studio 2015 rc many times , but can't resolve this .

Android Package: extra-android-support One or more required packages are missing.

Android Package: android-19 One or more required packages are missing.

Android Package: sys-img-armeabi-v7a-android-19 One or more required packages are missing.

Android Package: sys-img-x86-android-19 One or more required packages are missing.

Android Package: addon-google_apis_x86-google-19 One or more required packages are missing.

Android Package: addon-google_apis-google-19 One or more required packages are missing.

Ian
  • 39
  • 1
  • 10

3 Answers3

2

Open the Android SDK and install the missing packages

Matt
  • 1,893
  • 11
  • 33
  • 57
0

There is no need to reinstall Visual Studio. You need to install Visual Studio Tools for Apache Cordoba, read first about them here:

https://msdn.microsoft.com/en-us/library/dn771545%28v=vs.140%29.aspx

demonplus
  • 5,613
  • 12
  • 49
  • 68
  • Hi , I install Visual Studio 2015 for full , so i think that include tools for Apache cordova – Ian May 08 '15 at 07:16
  • check Android SDK. Also look here http://stackoverflow.com/questions/24931155/cordova-3-5-0-install-error-please-install-android-target-19 – demonplus May 08 '15 at 07:35
  • thank you , use android sdk manager install the missing packages and it's work – Ian May 08 '15 at 09:11
0

1.Open Android SDK Manager as Administrator mode. 2.Install the missing packages

mansoor
  • 1,553
  • 1
  • 13
  • 18