Android基础笔记
文档
- http://wear.techbrood.com/index.html
- http://www.androiddevtools.cn/
- http://android-mirror.bugly.qq.com:8080/
- http://www.android-studio.org/
环境搭建
工具下载
国内SDK源镜像
- android-mirror.bugly.qq.com:8080
- mirrors.neusoft.edu.cn:80
- mirrors.opencas.cn:80
配置国内镜像
[Tools] -> [Options]
[Proxy Settings]
[HTTP Proxy Server]
[HTTP Proxy Port]
[Others]
[Force ...] checked
[Packages] -> [Reload]
报错
emulator: ERROR: x86 emulation currently requires
emulator: ERROR: x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installed and usable.CPU acceleration status: HAX kernel module is not installed!
Rendering Problems Exception raised during rendering: com/android/util/PropertiesMap [duplicate]
I had the same problem after some updates minutes ago, what I did to solve the rendering issue was to change the android version used to render layouts from Android Studio back to “API 23: Android 6.0”.