ADT Plugin can't install: Missing requirement: Android Development Tools

前端 未结 4 518
南旧
南旧 2021-01-05 01:52

I tried to install ADT plugin on eclipse helios windows 64 bits classic. I got this error:

Cannot complete the install because one or more required it

4条回答
  •  清歌不尽
    2021-01-05 02:50

    If you're using Eclipse Juno (i.e. 4.x.x) on Win 7, and encountering problems installing Android ADT Plugin for eclipse, see the following to fix it:

    1. go to where the eclipse.exe file located (default: C:\Program Files (x86)\eclipse)
    2. NOT left click (run it) but RIGHT click on eclipse.exe
    3. pick run as administrator.

    Then it runs. Next, just follow the relevant Android guide on the matter (http://developer.android.com/sdk/installing/installing-adt.html).

提交回复
热议问题