1.push文件到 /data/local
adb push file /data/local
2.增加可执行权限
adb shell chmod +x /data/local/file
3.运行
adb shell ./data/local/file
[Android] 如何在Android中执行自己编译的可执行文件
阅读 10
2024-01-03
adb push file /data/local
adb shell chmod +x /data/local/file
adb shell ./data/local/file
相关推荐
精彩评论(0)