Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 426 Bytes

dev.md

File metadata and controls

19 lines (13 loc) · 426 Bytes

開發環境

編譯

$ curl -L https://github.com/yongjhih/docker-android/raw/master/docker-android > ~/bin/docker-android && \
  chmod a+x ~/bin/docker-android

$ docker-android ./gradlew assembleDebug

IDE: Android Studio

$ curl -L https://github.com/yongjhih/docker-android-studio/raw/master/docker-android-studio > ~/bin/android-studio && \
  chmod a+x ~/bin/android-studio

$ android-studio