https://github.com/android-notes/screencapture
https://github.com/android-notes/screencapture
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/android-notes/screencapture
- Owner: android-notes
- Created: 2023-06-26T06:24:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T13:24:53.000Z (over 1 year ago)
- Last Synced: 2025-02-24T14:55:22.545Z (12 months ago)
- Language: Java
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ./