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
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744788504a4593772.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