This is the background of my setup.
Eclipse version Indigo. Windows 7
Since of two days I am failing to launch my applications on the emulator. I get the below error on DDMS Console.
[2014-01-27 12:36:11 - NVProductManager] New emulator found: emulator-5554
[2014-01-27 12:36:11 - NVProductManager] Waiting for HOME ('android.process.acore') to be launched...
[2014-01-27 12:36:57 - NVProductManager] HOME is up on device 'emulator-5554'
[2014-01-27 12:36:57 - NVProductManager] Uploading NVProductManager.apk onto device 'emulator-5554'
[2014-01-27 12:37:07 - NVProductManager] Installing NVProductManager.apk...
[2014-01-27 12:39:19 - NVProductManager] Failed to install NVProductManager.apk on device 'emulator-5554!
[2014-01-27 12:39:19 - NVProductManager] (null)
[2014-01-27 12:40:19 - NVProductManager] Failed to install NVProductManager.apk on device 'emulator-5554': null
[2014-01-27 12:40:19 - NVProductManager] com.android.ddmlib.InstallException
[2014-01-27 12:40:19 - NVProductManager] Launch canceled!
I have cleaned my projects, restarted eclipse and increased the ADB timeout to 60000,killed the adb.exe,tried setting a new device in AVD but still haven't found the culprit.
Any help is greatly appreciated.