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

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

    It also happend for me IF ASSETS FOLDER exist any file without resolution

    for examle: if ASSETS FOLDER exist any file

    file:///android_asset/html/qwwww
    

    [result] BUG! “aapt.exe has stopped”

    To solve it all files should have a resolution

    file:///android_asset/html/qwwww.css
    

提交回复
热议问题