0

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?

K Guru
  • 1,292
  • 2
  • 17
  • 36
shri ram
  • 103
  • 1
  • 8

1 Answers1

1

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.

Antonio MG
  • 20,382
  • 3
  • 43
  • 62