随笔分类 -  andriod

喔噢,我居然开始涉足andriod了,我可真棒
摘要:冷启动:指app被后台杀死后,在这个状态打开app,这种启动方式叫做冷启动。 热启动:指app没有被后台杀死,仍然在后台运行,通常我们再次去打开这个app,这种启动方式叫热启动。 阅读全文
posted @ 2020-02-24 10:03 Fanyee 阅读(783) 评论(0) 推荐(0)
摘要:一:adb命令相关 将apk的包发到安卓机上1.adb install "d:\My Documents\Downloads\quickapp_debugger.apk"2.恢复回原来不闪退的版本adb uninstall com.vivo.hybrid adb shell pm clear com 阅读全文
posted @ 2020-02-12 08:26 Fanyee 阅读(739) 评论(0) 推荐(0)