How do I access the android/data / folder (application package) in Android Java?
**The package name of my app is com.gorlopsen. The app must have uploaded files that it can’t work without. The files are downloaded in the archive and unpacked in the android/data/com.gorlopsen folder. However, during the unpacking stage, a download error occurs and the app cannot be used.