I have an Android application project that suddenly stopped to work. There is apparently no error, but when I try to launch, I get this:
Error executing aapt: return code 139
I tried to clean the project and its dependent library project, restarted Eclipse, updated to latest ADT and SDK versions, etc. but all failed. I also have this other error sometimes (without changing anything):
Error generating final archive: java.io.FileNotFoundException:
.../bin/resources.ap_ does not exist
I'm completely lost.
MORE INFO
I spent hours to disassemble and reassemble everything piece by piece, and finally found what causes these errors, though I still don't understand anything better... I had a resource like this:
<resources>
<integer-array name="titi">
<item>@+id/toto</item>
</integer-array>
</resources>
I removed it and everything worked again... Of course the resource file had no error at all. Half a day lost for nothing, this Eclipse is driving me mad 8-/ Am I the only one?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…