An open API service indexing awesome lists of open source software.

https://github.com/android-notes/screencapture


https://github.com/android-notes/screencapture

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

* ./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 ./