How to “download” Android Studio IDE without the SDK?

后端 未结 6 771
鱼传尺愫
鱼传尺愫 2021-02-05 10:24

I already have Android SDK latest edition and Eclipse installed. But I want to try Android Studio as well.

I have seen this and this post, but those solutions change th

6条回答
  •  猫巷女王i
    2021-02-05 10:29

    1. Download Android Studio as is.
    2. Go to it's location and delete the SDK (optional).
    3. At your project open "project structure" and set SDK locations to your Eclipse's SDK.

    or just copy your Eclispse sdk to android studio SDK.

提交回复
热议问题