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?