0
votes

I get this error when i try to debug Xamarin android Application Error ADB0010: Unexpected install output: cmd: Can't find service: package

I was using Android Pie , the only thing that worked is that i started to use Android Oreo images to debug . Is there any way to make Android Pie work ?

Thanks

2
Try to reinstall the Pie android simulator. - Jarvan Zhang - MSFT
tried that over 15 times . tried different sorts of emulators . - Dotnetsqlcoder
Have you tried to run a new project on the Pie simulator? - Jarvan Zhang - MSFT
yes , File New , totally fresh project . - Dotnetsqlcoder

2 Answers

0
votes

Delete all your simulators. Create two simulators. First one with Oreo and second one with Pie. Solution here is to reinstall for same project.

0
votes

This worked for me. Another thing I had to do after deploying the app was changing the target/minimum Android version to match the emulator's version:

enter image description here