I've created an app using Xamarin forms and I'm trying to run it on an Android device.
Initially it did not have any android background services and it installed correctly on my phone and worked fine. After adding 2 background services to it, I get Parse Error : "There was a problem parsing the package." while installing it on phone. However, it works correctly on the emulator.
Can anyone help in solving this issue ???