Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エミュレーターをワイプして再起動することなく、実行中のエミュレーターからカスタム ウォッチ フェイスをアンインストールしようとしています。このタスクを実行するためにエミュレーターに送信できる ADB コマンドはどれですか?
記録のために、次のように時計から顔を削除することもできます
adb shell
pm uninstall com.your.package_name
これにより、電話と時計からパッケージが削除さ れます。パッケージ名を変更せずに APK 署名を台無しにした場合に最適です。