I'm trying to convert my app to be compatible with API 25 (Nougat). But when I try to use adb shell to go to my app's databases folder inside the virtual device, it wouldn't let me. It says Permission denied.
I tried
adb shell
cd data/data/<my app's name>/databases
I use the same procedure on API 23 virtual device and it works.
Also, are all nougats not rooted, even in emulators? I'm using Android Studio 2.2.3 and I created the virtual device using the its built-in AVD.