How to make Visual Studio 2015 installer know that I already have Android SDK?

后端 未结 4 1317
情话喂你
情话喂你 2020-12-08 01:33

When I am installing Visual Studio 2015 I realized that it says Java SE Development Kit is already exists on the computer. I think installer knew it because of

4条回答
  •  旧巷少年郎
    2020-12-08 01:41

    I could do it by going to:

    Tools->Options->Tools for Apache Cordova->Environment Variable Overrides

    Then putting the Android SDK Path into ADT_HOME variable(you must check the box first)

    Default SDK path is:

    C:\Users\ {YOUR USER} \AppData\Local\Android\sdk

    Android SDK and ADT are different things, but Visual Studio could find the SDK this way.

提交回复
热议问题