Update Eclipse with Android development tools v. 23

前端 未结 30 2744
-上瘾入骨i
-上瘾入骨i 2020-11-22 00:35

I updated Eclipse with the new SDK tools (rev. 23), but now when Eclipse starts I receive the error:

This Android SDK requires Android Developer Toolk

30条回答
  •  醉话见心
    2020-11-22 01:18

    If Eclipse gives an error after uninstalling the ADT plugin from your Eclipse installation, try to edit file config.ini in the Eclipse folder → configuration. Find:

    eclipse.application=
    

    And change it to:

    eclipse.application=org.eclipse.ui.ide.workbench
    

    I hope it works for you too.

提交回复
热议问题