android 调试elf程序脚本

@echo off

echo hello world
adb devices
copy \\192.168.xxx.1\android\out\target\product\venus-a1\data\nativetest\angeles\angeles  .\
echo %CD%
adb push .\angeles /data/mytest/
adb shell chmod 777 /data/mytest/angeles

adb shell /data/mytest/angeles
pause

你可能感兴趣的:(android 调试elf程序脚本)