'How to create a Symbolic Links in android emulator device explorer in Android studio
I am creating an android app that mainly deals with files. I download, encrypt and decrypt files inside files folder \data\data\com.example.myapp\files in my app. Most of the time I need to explore the files folder and check whether the files are updated correctly according to my app. But, sometimes the device explorer in android studio refreshes and I need to manually go to the location again to see the files. So I tried to create Symbolic Links of the folders which I need using ln command to the root folder of Android OS. But due to the permission issue, the command cannot execute successfully. I tried to create it in sdcard too. Because it is a little simple to reach than exploring through the package. But that also need permission. I checked with run-as with the package name. But that also not working.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
