第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何以編程方式從 android studio 運(yùn)行 cmd/shell 命令?

如何以編程方式從 android studio 運(yùn)行 cmd/shell 命令?

精慕HU 2023-07-28 15:09:39
我已經(jīng)運(yùn)行了以下代碼行和一些類似的解決方案,但似乎沒有任何效果:    StringBuilder cmdOut = new StringBuilder();    Process process;   try {       process = Runtime.getRuntime().exec("adb shell");       InputStreamReader r = new        InputStreamReader(process.getInputStream());       BufferedReader bfreader = new BufferedReader(r);       char [] buf  = new char[4096];       int nRead = 0;       while((nRead = bfreader.read(buf)) > 0)       {           cmdOut.append(buf,0,nRead);       }       bfreader.close();       try{           process.waitFor();       }       catch (InterruptedException e)       {           e.printStackTrace();       }   }   catch (IOException e)   {       e.printStackTrace();   }but when i run this i got the following error:I have looked after every answer but I have not found any working solution java.io.IOException: Cannot run program "adb": error=13, Permission denied如果有人有任何可行的解決方案,請(qǐng)通過示例分享。
查看完整描述

1 回答

?
白衣非少年

TA貢獻(xiàn)1155條經(jīng)驗(yàn) 獲得超0個(gè)贊

您無法直接從 Android 設(shè)備執(zhí)行 ADB。

您需要編寫一個(gè)執(zhí)行命令并可由 Android 應(yīng)用程序調(diào)用的桌面應(yīng)用程序,或者(更簡(jiǎn)單)使用自動(dòng)化軟件從手機(jī)調(diào)用遠(yuǎn)程命令。



查看完整回答
反對(duì) 回復(fù) 2023-07-28
  • 1 回答
  • 0 關(guān)注
  • 224 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)