一,谷歌的安卓官方网站-https://developer.android.google.cn/docs/ ,在网站里面可以查询开发文档,开发指导,设计原则,制作app的例子等等,无论对于新手还是老手,都是不可多得的良好资源,以下做一些简单性介绍,帮助大家更好的学习. 二,OVERVIEW 这个模块是关于网站的介绍. 蓝色的Get Start中有几个模块,第一个Build you first app是对安卓开发的指导,里面是中文,已经做过翻译,其它部分则没有,根据这一部分可以做一个良好的开始了,
https://source.android.google.cn/devices/bootloader 本文主要记录aosp官网关于bootloader的相关资料 Bootloader A bootloader is a vendor-proprietary image responsible for bringing up the kernel on a device. It guards the device state and is responsible for initializing
app功能接口正常,其他手机运行OK,但是在Android9.0的手机上报错 CLEARTEXT communication to 192.168.1.xx not permitted by network security policy' 无法加载数据 原因是因为android9.0开始必须https,和iOS10一样的规定. 解决办法如下,在manifest.xml的application节点下: android:usesCleartextTraffic="true"
AuthorBlog:秋城https://www.cnblogs.com/houser0323/ Android Platform Testing This content is geared toward Android platform developers. Before understanding how testing is done on the Android platform, please refer to the Android platform architecture f