【发布时间】:2019-07-12 09:06:32
【问题描述】:
我正在尝试卸载默认的 android 汽车模拟器应用程序,如音乐、收音机、时钟和日历。我能够构建和午餐 ANDROID CAR EMULATOR。(reference-http://www.embien.com/blog/building-android-car-emulator/)
我的问题是如何从安卓汽车模拟器中卸载上述默认应用程序。
【问题讨论】:
-
在你运行 make 的目录中尝试“make uninstall”。
-
嗨,Wuseman 感谢您的重播。您能告诉我有关此的更多详细信息吗?我应该在环境设置或特定模块后在 AOSP 中运行“make uninstall”cmd。我还参考了以下链接。 stackoverflow.com/questions/19540017/… 和 stackoverflow.com/questions/29736503/how-to-build-aosp-app?rq=1.
标签: android adb android-source