• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Permissions denied in Android Studio

Luna2018

Lurker
I tried to open files in data/data and system directories but got errors in Android Studio: "permission denied" and "app is not debbugable".
I have Windows 10 PC, Samsung with Android 5.1 and SuperSu.
I tried solution from here
dev2qa.com/android-device-monitor-cannot-open-data-folder-resolve-method
./adb shell (adb shell has grant in SuperSu on device)
su
cd data
cd data
chmod 777 /data/data
ls (i can see folders and files (but not all)
In Android Studio studio i still don't have permission.
I have no idea how to solve this. In internet there is tone articles, but they all not work! Please, help.
 
Last edited:
Back
Top Bottom