Remove watch face

Found that using Settings on phone to remove a watch face app did not remove the watch face from the Android Wear app or from the wearable. This method worked.

  1. Connect phone and wearable to Android Studio as if you were going to run/install an app.
  2. In Android Studio terminal enter ‘adb devices’ to get device names.
  3. Enter ‘adb -s device-name uninstall com.your.package-name’ for each device (ie the phone and the wearable).
This entry was posted in Android. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *