Which Eclipse version should I use for an Android app?

后端 未结 14 1888
灰色年华
灰色年华 2020-12-07 10:24

I am starting to develop Android applications. Which version of Eclipse should I use?

I see there are 11 versions. I am confused with these:

  1. Eclipse ID
14条回答
  •  长情又很酷
    2020-12-07 10:39

    I literally did this 1 hour ago.

    1. SDK R7
    2. Get Java - if you don't have (its the first image link JDK)
    3. Get Eclipse - it's the first on the list with the most downloads
    4. Android Plugin

    Download the appropriate files for your OS. The Android SDK needs java in order to install. Once you get the Android SDK installed go get eclipse and install that. Basically download the file and unzip then in a directory. The android install is the same but it will install a lot more files. (5) Finally open eclipse and go to help > install new software >> and add the url to the plugin - I used this one https://dl-ssl.google.com/android/eclipse/

提交回复
热议问题