0

I get these errors when I click on apps on the emulator, and then it freezes. What do they mean?

[2012-08-01 14:49:28 - Tip Calculator] Failed to install Tip Calculator.apk on device 'emulator-5554!
    [2012-08-01 14:49:28 - Tip Calculator] (null)
    [2012-08-01 14:49:28 - Tip Calculator] Launch canceled!
Chilledrat
  • 2,593
  • 3
  • 28
  • 38
PrommeringsDisplay
  • 99
  • 1
  • 2
  • 12

2 Answers2

0

You might need to change your ADB connection timeout setting:

Android Failed to install HelloWorld.apk on device (null) Error

Community
  • 1
  • 1
Derek
  • 134
  • 1
  • 8
0

Does this always happen? Maybe you have to stop the current app in the settings of the emulator or delete the same before you try to install the newer version.

FredFloete
  • 627
  • 2
  • 13
  • 33