Errors running builder 'Android Resource Manager' on ADT

前端 未结 19 1643
半阙折子戏
半阙折子戏 2020-12-08 00:38

I am facing a problem when I try to create new android project in eclipse adt plugin tools.

ERROR/EXCEPTION::

Errors occurred during the build. Errors

19条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 01:27

    Solved after changing a setting in eclipse.ini. I am using OS X 10.11.4 and Eclipse Mars 4.5.2.

    1. Go to the folder of Eclipse.app in Finder.
    2. Right click to open a menu, and click Show Package Contents.
    3. Go to /Contents/Eclipse.
    4. Open eclipse.ini in your favorite text editor.
    5. change -vm path like below:

      BEFORE: /Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/bin

      AFTER: /Library/Java/JavaVirtualMachines/jdk1.8.0_73.jdk/Contents/Home/jre/bin

    6. reopen Eclipse.

    7. enjoy :D

提交回复
热议问题