您好,登錄后才能下訂單哦!
這篇文章主要講解了“為什么android studio用monitor工具打不開data文件夾”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“為什么android studio用monitor工具打不開data文件夾”吧!
使用monitor工具無法打開data文件夾問題
關于/system/bin/sh: su: not found的解決辦法
D:\Sdk\platform-tools>adb shell generic_x86:/ $ su /system/bin/sh: su: not found
原因是
Android Studio帶(Google Play)的模擬器無法獲得root權限安裝
該換成為帶(Google APIs)的模擬器即可,如下:
無法打開data文件夾的原因是權限不夠,需要設置權限
可以直接root,也可以一層一層的給權限
C:\Users\123>adb root
restarting adbd as root
這里我們把sdk文件夾中的platform-tools文件夾設為了環境變量,因為adb.exe文件就在這個文件夾中。
一層一層設置權限如下:
C:\Users\123>adb shell
generic_x86_64:/ $ su
generic_x86_64:/ # chmod 777 /data
generic_x86_64:/ #
generic_x86_64:/ # exit
generic_x86_64:/ $ su
generic_x86_64:/ # chmod 777 /data/data
generic_x86_64:/ # exit
generic_x86_64:/ $ exit
命令解析
adb shell :打開 adb shell 程序。
su :獲取 root 權限。
chmod 權限 文件夾:為文件夾設置權限。
如果顯示沒有su: not found回到文章可以開頭解決
總結
感謝各位的閱讀,以上就是“為什么android studio用monitor工具打不開data文件夾”的內容了,經過本文的學習后,相信大家對為什么android studio用monitor工具打不開data文件夾這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。