Eclipse and Android SDK issue “aapt.exe has stopped”

后端 未结 12 962
闹比i
闹比i 2021-01-08 00:03

I\'m having an issue on my Windows 7 64-bit machine with aapt.exe. It is throwing the following error:

aapt.exe has stopped working

Its not proj

12条回答
  •  一个人的身影
    2021-01-08 00:38

    Check if you have any string values with html codes such as non-breaking-space ( ) Remove them and clean the project. It should work.

    Ram

提交回复
热议问题