您能尝试修复我愚蠢的代码吗? 我想做这个:
adb shell pidof [android_pkg]>>ISAPPON
,但这不起作用,因为它仍然认为这是一个 ADB 命令。
C:\Users\[BLANK]>adb shell pidof [android_pkg]>>ISAPPON
C:\Users\[BLANK]> echo %ISAPPON%
%ISAPPON%
我尝试了以上方法,但没有效果。 我希望它将 %ISAPON% 值设置为 [APP PID],但它只是保留并保留默认值。
-Trisiegt