I’m trying to access my application files, but Android Studio tells me that I don’t have any permission to access the folder on the Device File Explorer:
Question posted in Android Studio
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Your applications files will be under
data/data/your.package.name
if that’s what you are looking for. You can see this document for reference.It looks to be normal this message.
Better use the ‘self’ directory just below it as it will give you all.