Skip to content

Commit db9fa87

Browse files
committed
初始化文件目录结构,翻译构建系统的一些章节
1 parent a9c6220 commit db9fa87

23 files changed

+519
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
android-tech-docs
2-
=================
1+
Android官方技术文档翻译,原文[Android Tech Docs](http://tools.android.com/tech-docs)
32

4-
Android官方技术文档翻译
3+
* [Ant Tasks](ant-tasks.md)
4+
* [Ant Build Script](ant-build-script.md)
5+
* [新的Android SDK构建系统](new-build-system/README.md)(进行中)
6+
* [Experimental New Android Tool Chain - Jack and Jill](jackandjill.md)
7+
* [Tools Attributes](tools-attributes.md)
8+
* [Support Annotations](support-annotations.md)
9+
* [Project Sync Issues (Android Studio)](project-sync-issues-android-studio.md)
10+
* [Configuring Android Studio: JDK, VM options, IDE properties](configuration/README.md)
11+
* [Mac OSX JDK Selection](configuration/osx-jdk.md)

ant-build-script.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/ant-build-script>

ant-tasks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/ant-tasks>

configuration/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/configuration>

configuration/osx-jdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/configuration/osx-jdk>

jackandjill.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/jackandjill>

new-build-system/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 新构建系统
2+
3+
我们正在研发一个新的构建系统以替代ADT+Ant的构建模式。
4+
5+
* [Gradle插件使用指南](user-guide/README.md)(进行中)
6+
* [Manifest Merger](user-guide/manifest-merger.md)(new in 0.10)
7+
* [Apk Splits](user-guide/apk-splits.md)(new in 0.13)
8+
* [Tips](tips.md)
9+
* Tech Docs
10+
* [aar format](aar-format.md)
11+
* [Resources/Assets merging mechanism](resource-merging.md)
12+
* Migrating from [Eclipse Projects](migrating-from-eclipse-projects.md) or [IntelliJ Projects](migrating-from-intellij-projects.md)
13+
* [Migrating to version 1.0.0 from older Gradle projects](migrating-to-1-0-0.md)
14+
* [Build Workflow](build-workflow.md)
15+
* [Version compatibility with Android Studio](version-compatibility.md)
16+
* [ApplicationId versus PackageName](applicationid-vs-packagename.md)
17+
* [Resource Shrinking](resource-shrinking.md) (automatic unused resource removal)

new-build-system/aar-format.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/new-build-system/aar-format>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/new-build-system/applicationid-vs-packagename>

new-build-system/build-workflow.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<http://tools.android.com/tech-docs/new-build-system/build-workflow>

0 commit comments

Comments
 (0)