Skip to content

Instantly share code, notes, and snippets.

@Lesmiscore
Created April 1, 2016 14:00
Show Gist options
  • Save Lesmiscore/1b3c765e39bf1321640cb83fdadfc3ae to your computer and use it in GitHub Desktop.
Save Lesmiscore/1b3c765e39bf1321640cb83fdadfc3ae to your computer and use it in GitHub Desktop.
Delete Xamarin runtime apps from your device.
adb kill-server
adb start-server
adb shell pm uninstall Mono.Android.Platform.ApiLevel_23
adb shell pm uninstall Mono.Android.DebugRuntime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment