Archives - Tag: Mono for Android
Mono for Android: "aapt.exe" exited with code 1
TL;DR
Also available in TL;SO (too long; Stack Overflow) flavor.
Getting this error:
"aapt.exe" exited with code 1
?Do you have any files in your Mono for Android solution that are being packaged together with the app (e.g., “AndroidResource” build action)?
If so, make sure they don’t have anything but letters, numbers, periods, and underscores ([a-z0-9_.]) in their names.