I just updated my OP3 on Android O and I ran into a problem while I want to test the Xamarin Forms application:
Generation work, and I can install the APK using the command: adb install -r
But if I want to debut the application in Visual Studio, I have this error:
Failure [INSTALL_FAILED_ALREADY_EXISTS: Attempt to re-install Mono.Android.DebugRuntime without first uninstalling.]
(Compilation is installed in API 25)
Any idea?
visual-studio android-o xamarin
Cocoke
source share