Android plugin install problems in eclipse

后端 未结 14 1047
感动是毒
感动是毒 2021-01-04 07:47

I am trying to install the ADT Plugin. I go to Help install new software in eclipse and then after selecting the development tool I get this error

Cannot com         


        
相关标签:
14条回答
  • 2021-01-04 08:26

    for native install (tested on xubuntu) - please view video

    http://www.youtube.com/watch?v=HCNC34BflOo&feature=player_embedded#!

    shortly:

    1) run eclipse from

    root-> help -> install new software -> add

    name: update(S), url: http://download.eclipse.org/releases/indigo (for 3.7.x, juno for 4.2.x)

    or select in menu "work with" if path exist

    2) select 'linux development' install, all warnig/error pakages make off

    3) install ADT Plugin after install restart eclipse and select path-to-android-sdk

    4) Tape (Write) bug to our linux distributive vendor :)

    Enjoy! PS Separate install - good idea :)

    0 讨论(0)
  • 2021-01-04 08:32

    There seems to be some version mismatch. Are you using eclipse 3.6.2 or older version?

    http://developer.android.com/sdk/eclipse-adt.html mentions that ADT 16.0.1 requires eclipse version 3.6 and higher.

    Also, just check if you have installed/updated the latest android SDK before updating the adt. That might help in your case.

    0 讨论(0)
  • 2021-01-04 08:34

    there is an easy solution for it just select option all available sites .. in the work with.. space and select the android packages you want to install

    0 讨论(0)
  • 2021-01-04 08:38

    I did not found any solution for this. But instead of using eclipse installed with

    sudo apt-get install eclipse

    I downloaded it from a web page and I start that (the downloaded) eclipse, and with that version it works just fine

    0 讨论(0)
  • I had similar problems, trying to install ADT plugin, but not exactly the same.

    I fixed it by going to Help > Check For Updates, and just installed current updates available, restarted Eclipse, and then tried installing ADT plugin again, and it worked just fine.

    0 讨论(0)
  • 2021-01-04 08:40

    I found that using a 64bit version of eclipsed gave me that error! Try using the 32bit version and see if that fixes it! =)

    0 讨论(0)
提交回复
热议问题