Archives: June 2018

2 articles

Accessing your application database from Android Studio

Open the Terminal window (Alt + F12) or: Then list your devices with the adb command. This will display both running emulators and connected devices: Use the device name to open a connection: To avoid a Permission denied error while trying to access your application files, use the run-as command:…

[PCManFM] Unable to find or create trash directory

This error happened when I tried to trash files located on a secondary drive, which is automatically mounted at startup in my /etc/fstab. To fix this, I manually created a hidden .Trash-1000 folder at the root of the mounted folder, and made it belong to my user: 1000 is the uid of my user. This is…