Skip to content

Commit 0b0d0ac

Browse files
committed
update
1 parent 82819ca commit 0b0d0ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_posts/the-way-of-learning/2015-05-19-Android学习之路.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,6 @@ Android开发者网站包含了以下内容:
893893
* dumpsys: <https://developer.android.com/studio/command-line/dumpsys>
894894
* Debug Your layout with Layout Inspector and Layout Validation: <https://developer.android.com/studio/debug/layout-inspector>
895895
* Configure Android Studio: <https://developer.android.com/studio/intro/studio-config.html>
896-
* Configure hardware acceleration for the Android Emulator: <https://developer.android.com/studio/run/emulator-acceleration>
897896

898897
* Android Studio移动鼠标显示悬浮提示的设置方法: <https://www.cnblogs.com/jiangxinnju/p/8227442.html>
899898
* ANDROID STUDIO详细教程汇总: <http://stormzhang.com/devtools/2015/06/17/android-studio-all/>
@@ -905,7 +904,6 @@ Android开发者网站包含了以下内容:
905904
* ANDROID STUDIO系列教程六--GRADLE多渠道打包: <http://stormzhang.com/devtools/2015/01/15/android-studio-tutorial6/>
906905
* Android Studio优化技巧:<http://blog.oneapm.com/apm-tech/257.html>
907906
* Android Studio相关目录解析: <https://www.cnblogs.com/jiangxinnju/p/8323569.html>
908-
* ERROR Android emulator gets killed: <https://stackoverflow.com/questions/36841461/error-android-emulator-gets-killed/47578244>
909907

910908
## Libraries
911909

@@ -944,18 +942,21 @@ Android开发者网站包含了以下内容:
944942
## Android实体机与模拟器
945943

946944
* Cuttlefish virtual Android devices: <https://source.android.com/docs/devices/cuttlefish>
947-
* Use Android Emulator virtual devices: <https://source.android.com/docs/setup/test/avd>
948945
* 搭建 Cuttlefish 运行环境: <https://gitee.com/aosp-riscv/working-group/blob/master/articles/20230111-cuttlefish-setup.md>
949946
* 编完 aosp 还在刷机?云安卓了解一下,来试试网页版模拟器吧(Cuttlefish): <https://juejin.cn/post/7160930401844723720>
950947

951-
* Genymotion: <https://www.genymotion.com/>
948+
* Use Android Emulator virtual devices: <https://source.android.com/docs/setup/test/avd>
949+
* ~~ERROR Android emulator gets killed: <https://stackoverflow.com/questions/36841461/error-android-emulator-gets-killed/47578244>~~
952950

951+
* Configure hardware acceleration for the Android Emulator: <https://developer.android.com/studio/run/emulator-acceleration>
953952
* ~~HAXM: <https://github.com/intel/haxm>~~
954953
* ~~使用 Intel HAXM 为 Android 模拟器加速,媲美真机: <https://beginor.github.io/2013/01/10/accelerate-android-eumlator-with-intel-haxm.html>~~
955954

956955
* Magisk(Root的主流方式): <https://magiskcn.com/>
957956
* rootAVD(虚拟机Root): <https://gitlab.com/newbit/rootAVD>
958957

958+
* Genymotion: <https://www.genymotion.com/>
959+
959960
* 了解 Google Pixel 手机何时会收到软件更新: <https://support.google.com/pixelphone/answer/4457705>
960961
* Android真机安装sqlite3的方法: <https://www.cnblogs.com/jiangxinnju/p/8227625.html>
961962
* 为Android安装BusyBox —— 完整的bash shell: <https://www.cnblogs.com/xiaowenji/archive/2011/03/12/1982309.html>

0 commit comments

Comments
 (0)