Errors running builder 'Android Resource Manager' on ADT

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

    I have several projects in my folder. Every time I start a new one I close the others. I got this error because appcompat_v7 was closed.

    • Right click on appcompat_v7 and select Open Project.

    This solved my problem.

提交回复
热议问题