3

I am trying install 'Subway Surfers' in Android sdk emulator.

But when I am installing the app using adb command after some time it displayed a error:

'Failure [install_failed_container_error]'

What can I do to solve this error?

Radim Köhler
  • 122,561
  • 47
  • 239
  • 335
user2530464
  • 31
  • 1
  • 3
  • 1
    I trust there is a solution to your problem here: http://stackoverflow.com/questions/5744298/what-does-this-mean-failure-install-failed-container-error – Esseme Aug 29 '13 at 07:50

1 Answers1

0

You need to increase SD Card size on the emulator.
It won't probably go past install, emulator doesn't support OpenGL and the game will probably crash.

Roberto
  • 528
  • 7
  • 15