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

后端 未结 12 910
闹比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:33

    Not sure but please try to use the Android SDK Build-Tools v18.1.1 instead of 19.0.1

    It might be the case that you have error in your resource files, the v19 build-tools won't report the error but keep failing to compile the R.

    Please read more detail in the 2nd comment of the question below. I also wrote the some steps I went through in the first reply. hope this will help solving your problem.

    'aapt' error. Pre Compiler Build aborted

提交回复
热议问题