apkTool
Javah生成native头文件
adb
- monkey:
adb shell monkey -p com.example.agsdkdemo 10000 -s500 -v
- robotium:
adb shell am instrument -w com.example.agsdkdemo.test/android.test.InstrumentationTestRunner
- screencap:
adb shell screencap -p /sdcard/screen.png && adb pull /sdcard/screen.png /tmp/ && adb shell rm /sdcard/screen.png && open file:/tmp/screen.png
- 获取设备型号,厂商,CPU等信息:
adb shell getprop | grep product
- 通过scheme带参数拉起应用:
adb -d shell am start -d msdkmainactivity://test -a android.intent.action.VIEW
本文参与
腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2016年12月08日,如有侵权请联系
cloudcommunity@tencent.com 删除