File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 23
23
* [ 良好的撰寫習慣 JavaDoc] ( javadoc.md )
24
24
* [ 開源套件中心 - jitpack/jcenter/mavenCentral] ( openpackage_jitpack_jcenter_mavencentral.md )
25
25
* [ 開源碼函式庫] ( openlibrary.md )
26
+ * [ 開發環境] ( dev.md )
26
27
* [ Test - Assert 斷言 - assertj, truth] ( assert.md )
27
28
* [ Test - Mockito] ( mockito.md )
28
29
* [ Test - UI - espresso, rxpresso] ( test_-_espresso,_rxpresso.md )
Original file line number Diff line number Diff line change
1
+ # 開發環境
2
+
3
+ ## 編譯
4
+
5
+ ``` sh
6
+ $ curl -L https://github.com/yongjhih/docker-android/raw/master/docker-android > ~ /bin/docker-android && \
7
+ chmod a+x ~ /bin/docker-android
8
+
9
+ $ docker-android ./gradlew assembleDebug
10
+ ```
11
+
12
+ ## IDE: Android Studio
13
+
14
+ ``` sh
15
+ $ curl -L https://github.com/yongjhih/docker-android-studio/raw/master/docker-android-studio > ~ /bin/android-studio && \
16
+ chmod a+x ~ /bin/android-studio
17
+
18
+ $ android-studio
19
+ ```
You can’t perform that action at this time.
0 commit comments