2025年8月9日 星期六

【ADB】

adb shell am instrument -w com.example.myautomationtest.test/androidx.test.runner.AndroidJUnitRunner

adb shell am instrument -w com.tencent.mm /android.support.test.runner.AndroidJUnitRunner

./adb shell am instrument -w com.example.vxlink4\ /android.support.test.runner.AndroidJUnitRunner

您可以使用 adb shell pm list instrumentation 查找刚刚安装的 APK 内的插桩
./adb shell pm list instrumentation

am instrument -w com.example.myautomationtest.test/androidx.test.runner.AndroidJUnitRunner

作者:李世民  创建时间:2025-08-09 03:17
最后编辑:李世民  更新时间:2025-08-09 03:33