Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is packaged_resources?

I am new to Xamarin for visual studio , when I tried to build the auto generated app from visual studio 2015 without any editing it just did not build and those errors occurred :

*Severity Code Description Project File Line Suppression State Error The file "obj\Debug\android\bin\packaged_resources" does not exist. App1

*Severity Code Description Project File Line Suppression State Error "aapt.exe" exited with code -1073741819. App1

I tried many solutions from those who had the same problem but I can't seem to find any solution that actally works for me.

like image 649
AngelOfDeath Avatar asked Dec 08 '25 16:12

AngelOfDeath


1 Answers

One additional detail that is not mentioned but might be a part of the problem is that the resource files can only contain 'a'-'Z', '0'-'9' and '_' characters. A single resource file can ruin the whole build, which is exactly what happened to me. I suggest to anyone running into this mistake to double check the file names of resources.

like image 159
Necroqubus Avatar answered Dec 11 '25 21:12

Necroqubus



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!