在命令行中输入“adb”,确保它能够运行,如果不能,请检查ADB路径是否正确。
在Android模拟器中,进入设置 -> 应用或应用程序管理器 -> 所有应用程序,然后找到您的应用程序并点击“清除数据”和“清除缓存”。
在命令行中输入“adb kill-server”停止ADB服务器,然后输入“adb start-server”重新启动。
在Android Studio中,单击“AVD Manager”并选择您的模拟器。然后单击“下拉菜单”并选择“冷启动”。
示例代码:
adb kill-server adb start-server adb devices
adb shell pm clear com.example.app adb shell am start -n com.example.app/.MainActivity
adb root adb shell stop adb shell start
sudo /home/user/Android/Sdk/emulator/emulator -avd Pixel_3_API_31
./emulator -avd Pixel_3_API_31 -dns-server 8.8.8.8