The following error pops up during the build process
Severity Code Description Project File Line Suppression State
Error The file "obj\Debug\android\bin\packaged_resources" does not exist. GullyWars C:\Program Files (x86)\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets 1794
My target device is androind 4.4 api 19 Help!
Update I change the output verbosity to diagnostic and got the error at the following line under the file Xamrin.common.targets.What does it mean?
<Touch Files="$(_PackagedResources)" />
Solved I reverted back to my old code and started from scratch it works!