i am wondering could i access my app internal storage using emulator. I mean that if there are somewhere on my computer folder of my created app. I know that on not rooted device i couldn’t find, because Internal Storage store private data on the device memory.
But for me it would be easier to find that directory not only from code.
Thanks
Your internal storage files can be found in
/data/data/your.app.package.goes.here/files/. It is accessible in the emulator through DDMS or via commands likeadb pushandadb pull.