I'm starting to "play" with mobile development and as I already develop in C #, I wanted to use Xamarin. But as soon as I installed and updated / installed everything I had in the Android SDK manager. I had the following error messages on deploy, initially:
- "aapt.exe" exited with code -1073741819.
- The file "obj \ Debug \ android \ bin \ packaged_resources" does not exist.
Making the corrections that were passed, I was able to start the emulator, but new errors appeared:
-
The specified task executable location "C: \ Program Files (x86) \ Android \ android-sdk \ build-tools \ 24.0.0 \ aapt.exe" is invalid.
- 1> The file "obj \ Debug \ android \ bin \ packaged_resources" does not exist.
Someone?