Hi everyone,
Deploying my Xamarin.Forms app onto emulated Android devices has suddenly become impossible. (Running Visual Studio 2019)
The devices stored in Android Device Manager no longer show up in the Debug menu - my only option for deployment is "Android Emulator", which just opens the Android Device Manager and tries to create a new device. Creating a new device does not deploy the app to it.
Additionally, any emulated device, no matter what value I set for disk.dataPartition.size (have tried changing in both ADM and in the config.ini file), it always resets to 6442450944 after the device boots. The device eventually crashes, giving an error message "Google Play services are not responding" and becoming unresponsive entirely.
I have updated my Android SDK and all NuGet packages for my PCL, .Android and .iOS projects just today. Everything was working fine yesterday, and now I can't test my app. I've tried to deploy to my Google Pixel 3 (with debug mode turned on) via USB cable, but now Visual Studio won't even detect that.
Tools > Android > Restart Adb Server is greyed out, and Device Log does nothing.
Any help is appreciated. I don't have access to a Mac to test the iOS version in the meantime so this is very important to me. Thanks again.