Sample Header Ad - 728x90

Can I access "/data/user/0/" folder in Android emulator from Ubuntu PC?

10 votes
2 answers
47563 views
I am using Ubuntu 18.04. From Android Studio with the following code I am getting file directory
Context ctx = getApplicationContext();
final File filesDir = ctx.getFilesDir();
which is /data/user/0/com.example.ipfs/files/. I am running my app on Android Emulator. How do I go to the /data/user/0/com.example.ipfs/files/ folder from my PC?
Asked by mahfuj asif (203 rep)
Mar 28, 2021, 06:21 AM
Last activity: May 30, 2023, 01:19 PM