Error compiling Android project with Xamarin - Visual Studio 2015

0

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?

    
asked by Jose Eduardo Poma Caceres 14.05.2016 в 06:42
source

1 answer

0

The solution to the error: Remove the Android SDK Build-tools from the Preview Channel folder.

In my case it worked correctly and let me compile the project.

    
answered by 18.05.2016 / 05:44
source