Is it possible to access the files inside
file:///android_assets/
of an installed android application(in emulator or actual device) through DDMS
or any other tool?
If yes, how?
Is it possible to access the files inside
file:///android_assets/
of an installed android application(in emulator or actual device) through DDMS
or any other tool?
If yes, how?
That folder is inside the .APK, therefore you need to find it, download it into your computer and unzip it.
Yes, you can do it trough DDMS or trough adb, but you probably need to have the device rooted first.