Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 200 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 200 Bytes
  • ./gradlew app:assembleDebug
  • adb push find . -name "app-debug.apk" /sdcard
  • adb shell 'export CLASSPATH=/sdcard/app-debug.apk && app_process xx com.example.lib.Main'
  • adb pull /sdcard/1.png ./