3

I am not finding Bootanimation.zip file on Android emulator 2.3.3. I have checked all below paths.

system/media or system/customize/resource or data/local.

I need to put Bootanimation.zip in right location of emulator and test

Thanks

user1844484
  • 101
  • 1
  • 3

1 Answers1

0

system/media and /data/local/ are the right places. The latter is preferable as it makes it easier to modify, and does not require the tedious modification of the system.img (system partition) size. Note that bootanimation.zip should be lowercase, and -0 compressed.

Ron Munitz
  • 161
  • 2
  • 3