Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio update cordova error

My visual studio 2015 keeps having the following error when updating cordova?

Android SDK Setup (API Level 23) : The following package(s) were not downloaded: build-tools-23.0.1 android-23 . Please check your internet connection and try again.

like image 295
ca9163d9 Avatar asked Jun 16 '26 03:06

ca9163d9


1 Answers

I also got the same error. I fixed it by opening Android SDK Manager GUI from your installation dir which in my case was C:\Program Files (x86)\Android\android-sdk and forcing use of http instead of https from Tools > Options window.

HTH

Sam

like image 86
Sam Avatar answered Jun 17 '26 20:06

Sam