Android-Developer-Tools
Introduction
1.
Android Studio
1.1.
Android Studio 概述
1.1.1.
Android 编译系统
1.1.2.
代理设置
2.
工作流
2.1.
Managing Projects Overview
3.
编译系统
3.1.
编译系统概述
3.2.
配置 Gradle Builds
3.2.1.
Build Configuration Basics
3.2.2.
Apply Plugin
3.2.3.
android {...}
3.2.4.
Declare dependencies
3.2.5.
Run ProGuard
3.2.6.
Work with build variants
3.3.
Gradle Android 插件
3.3.1.
Build configuration
3.3.2.
Projects and modules build settings
3.3.3.
Dependencies
3.4.
编译超过65K个方法的App
3.4.1.
About the 65K Reference Limit
3.4.2.
Avoiding the 65K Limit
3.4.3.
Configuring Your App for Multidex with Gradle
4.
测试
4.1.
测试基础
4.1.1.
测试框架的关键知识点
4.1.2.
测试 API
4.1.3.
测试类
4.1.4.
断言类
4.1.5.
模拟类
4.2.
测试 Activity
4.2.1.
Activity 测试 API
4.2.2.
要测试哪些东西
4.2.3.
附加: UI 测试注意点
4.3.
测试 Service
4.4.
测试 Content Provider
4.5.
Automating User Interface Tests
5.
辅助工具
5.1.
SDK Tools
5.2.
Platform Tools
6.
Support Library
6.1.
v4 Support Library
6.2.
Multidex Support Library
6.3.
v7 Support Libraries
6.4.
v8 Support Library
6.5.
v13 Support Library
Powered by
GitBook
A
A
Serif
Sans
White
Sepia
Night
Share on Twitter
Share on Google
Share on Facebook
Share on Weibo
Share on Instapaper
Android-Developer-Tools
Automating User Interface Tests