1
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 update/installed everything I had in the android SDK manager. I had the following error messages in the deploy, initially:
- "aapt.exe" exited with code -1073741819.
- The file "obj Debug android bin packaged_resources" does not exist.
Performing the corrections that were passed, I was able to start the emulator, but new errors appeared:
- 1>The specified task Executable Location "C: Program Files (x86) Android-sdk build-tools 24.0.0 aapt.exe" is invalid.
- 1>The file "obj Debug android bin packaged_resources" does not exist.
Someone?
Possible duplicate of Xamarin Error - aapt.exe/Resources
– Tiago S
I did what was past and "got" new mistakes...
– Junior Freitas