Visual studio android emulator will not start fully

前端 未结 10 1840
借酒劲吻你
借酒劲吻你 2020-12-05 03:06

I create a blank cordova application in visual studio 2015 and start debugging with the visual studio android emulators (first with the lollipop and then kitkat). XDE starts

10条回答
  •  既然无缘
    2020-12-05 03:38

    One of the reason I was having this issue is that I did not install the Android SDK on the default location. So I had to follow these instructions in order to be able to debug my application: https://msdn.microsoft.com/en-us/library/mt228282.aspx#ADB

    I had to create the folder "Android SDK Tools" and add the Key "Path" with the value to my SDK, which in my case it was "E:\Android\Android_SDK"

提交回复
热议问题