When creating an Android project with API19 (4.4.2) in Visual Studio 2015, when I want to start the application I get these errors.
Error N1: "aapt.exe" came out with the code -1073741819 . APP_Activity_Sync C: \ Program Files (x86) \ MSBuild \ Xamarin \ Android \ Xamarin.Android.Common.targets 1665
Error N2: The file " obj \ Debug \ android \ bin \ packaged_resources " does not exist. APP_Activity_Sync C: \ Program Files (x86) \ MSBuild \ Xamarin \ Android \ Xamarin.Android.Common.targets 1691
I have all the API19 files downloaded with the SDK Manager.
Something similar happened to someone, what is the solution to this problem?