Skip to content

Instantly share code, notes, and snippets.

@wuhanstudio
Created January 21, 2024 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuhanstudio/b19f7f23cfdcf8440c655957b13f5c80 to your computer and use it in GitHub Desktop.
Save wuhanstudio/b19f7f23cfdcf8440c655957b13f5c80 to your computer and use it in GitHub Desktop.
Run android app from ADB
adb shell getprop ro.build.version.sdk
aapt dump badging youbube.apk
adb shell pm list packages
adb shell monkey -p com.google.android.youtube 1
adb shell am start -n com.google.android.youtube/Main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment