Im following a simple tutorial on SQLite in android. I tried the code in my mobile phone and tablet, and there is no crash. The main layout just stays there as it should do.(empty activity). And the app is supposed to create the database. But when i check the android device manager file explorer I can't see "data/data" folder. Instead I saw my project folder in a folder named "mnt". I dont know why but the package name was com.something.dhbelper in android studio and it was saved in that mnt folder as com.something.dbhelper1 (number added to the end) When I disconnect my phone from PC and TAP my files icon on the phone, I see android/data/data folders and I cant see neither "mnt" folder nor my application.But there is shortcut of the app on my phone and I can run it by tapping.
How can I see that folder using Android Device Manager's File Explorer?
What do you suggest? Is there a way to search for ,lets say student.db file? Thanks in advance.