Errors running builder 'Android Resource Manager' on ADT

前端 未结 19 1649
半阙折子戏
半阙折子戏 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:31

    Usually this means that they have one more time introduced a bug.

    The "magic passes" that may help or not help are:

    1. Pressing F5 (refresh)
    2. Updating Android, Eclipse and ADT (knowing that you do have such a problem, I myself definitely will not do any such updates in the near future)
    3. Creating a project from the command line, building it and trying to import
    4. If you have any project that already works, you may try to take files from that project.
    5. Read the logs, they are usually more informative than just the last 30 lines, but on Windows you will have to either configure the screen buffer height to be about 300-600, or redirect the output to a file.
    6. Clean and build again.

提交回复
热议问题