观心静

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Anroid 系统开发者官网网址: https://source.android.google.cn/?hl=zh-cn

Android 应用开发者官网网址: https://developer.android.google.cn/

Android 开发手册 https://www.xfqiao.com/api/android-zh/classes.html

Android stuido历史版本下载 :https://developer.android.google.cn/studio/archive.html#android-studio-2-3-1?utm_source=androiddevtools&utm_medium=website

第三方镜像Android API查询网址 (比官方浏览速度快一些,缺点现有API较低) http://www.android-doc.com/guide/topics/resources/animation-resource.html

大名鼎鼎的菜鸟教程 https://www.runoob.com/

Android的Demo项目 https://github.com/aosp-mirror/platform_development/tree/master/samples/ApiDemos

例子学习 https://alleniverson.gitbooks.io/android-develop/content/Android%E5%9F%BA%E7%A1%80/

Android studio 快捷键:https://www.cnblogs.com/Seachal/p/5591600.html

腾讯ui  Demo项目:https://qmuiteam.com/android github项目:https://github.com/Tencent/QMUI_Android

stackoverflow 国外的技术论坛 https://stackoverflow.com/    相关镜像 https://stackoom.com/

https://kaifa.baidu.com/

vs code http://vscode.bianjiqi.net/

Android系统2-9代码查询网址  http://androidxref.com/

Android系统5-13代码查询网址 http://aospxref.com/

国内Android系统代码查询网址 https://www.androidos.net.cn/sourcecode

第三方框架

xCrash是爱奇艺开源的在android平台上面捕获异常的开源库。xCrash能为安卓 APP提供捕获Java崩溃异常,native崩溃异常和ANR异常。xCrash 能在 App 进程崩溃或 ANR 时,在你指定的目录中生成一个 tombstone 文件(格式与安卓系统的 tombstone 文件类似)。github:https://github.com/iqiyi/xCrash

 

 

Android设备投屏到电脑上 

方式一 scrcpy

https://github.com/Genymobile/scrcpy

选择windows的压缩包下载, 解压后运行exe就行(确保电脑已经有adb环境)

 方式二 anlink

官网:https://cn.anlinksoft.com/download/

posted on 2019-06-14 10:25  观心静  阅读(725)  评论(0编辑  收藏  举报