I'm using a .aar file of android developed in native android(java). Now I want to use it in my xamairn.android project. I have created a .dll file from .aar file and added it into my xamarin.android project. But when I am trying to build my project I am getting following error:
The file "obj\Debug\android\bin\packaged_resources" does not exist.
I tried lot of solutions for it but nothing works. Does anyone have idea what is the real cause of this problem ?