Eclipse Upgrade Not Working

后端 未结 11 785
暗喜
暗喜 2020-12-01 18:31

My Eclipse out of the blue stopped building my Android so I removed the old version and have installed Indigo. When I try to import an Android project in I get this error:<

11条回答
  •  我在风中等你
    2020-12-01 18:44

    Upgrades did not work for me (on Linux), so I just installed IntelliJ Idea (build 123.155). Had to modify idea.sh to set JDK_HOME=/usr/lib/jvm/jdk1.7.0 (the Oracle JDK) and to select [menu] -- Run -- Run... -- Edit Configurations... -- Target Device -- USB device to make it work with the real device.

提交回复
热议问题