admin管理员组文章数量:1404357
I am facing an issue in Android Studio, when I connect my physical device to Android Studio and try to access the file explorer window in Android Studio, it is giving error as "ls: data/data/: permission denied "
screenshot attached for reference,
Does anyone know how to fix this issue?
I am facing an issue in Android Studio, when I connect my physical device to Android Studio and try to access the file explorer window in Android Studio, it is giving error as "ls: data/data/: permission denied "
screenshot attached for reference,
Does anyone know how to fix this issue?
Share Improve this question asked Mar 11 at 14:27 ShreeShree 7958 silver badges23 bronze badges 3 |1 Answer
Reset to default 0Run your project
Click on Turn On Package filters
Go Files Tabs, find and open your project
Back Preocesses Tab
That worked for me
版权声明:本文标题:"ls:datadata: permission denied " facing this issue with android studio in file explorer - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744788503a2625145.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
/data/data
thus the error may be misleading. The list of installed apps (thus subdirectories of /data/data) is AFAIK generated using Android package manager nut using ls. – Robert Commented Mar 12 at 14:04