I have been experimenting with Xamarin.Forms versions 123.6257, 1.3.0.6280-pre2 and 1.3.0.6284-pre3. Upgrading to 1.3.0.6280 fixed a crash in my Android app when using a Master-Detail view (https://forums.xamarin.com/discussion/comment/93019#Comment_93019).
Now, suddenly, I can't compile the Android app (no matter which of the above versions I use). Here is the error message:
1>------ Rebuild All started: Project: IslandsbankaApp, Configuration: Debug Any CPU ------
1> IslandsbankaApp -> C:\Users\Hrafn\git\IslandsbankaApp\IslandsbankaApp\IslandsbankaApp\bin\Debug\IslandsbankaApp.dll
2>------ Rebuild All started: Project: IslandsbankaApp.Android, Configuration: Debug Any CPU ------
2> AcwMapFile Not There....: C:\Users\Hrafn\git\IslandsbankaApp\IslandsbankaApp\IslandsbankaApp.Android\obj\Debug\acw-map.txt
2> Processing: obj\Debug\res\drawable\box.xml
2> Processing: obj\Debug\res\values\styles.xml
2>C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(794,2): error MSB6006: "aapt.exe" exited with code 1.
========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ==========
What does this acw-map.txt file contain?
Any idea why I'm getting this error message?