Did anyone face any problems installing the App on the new Kindle Fire HD? I followed all the steps given by Amazon but it does not installs the App. I tried from both Eclipse and ADB.
Asked
Active
Viewed 1,238 times
1
-
what message do you get? – Sep 08 '12 at 23:30
-
I did not get any message. When I run through eclipse, it launches the Emulator but doesnt runs my app. When I try to do an adb install, the control in cmd comes to next line but nuthing else happens. – CodeNinja Sep 08 '12 at 23:48
-
My question is if anyone was able to install their app on the emulator till now. – CodeNinja Sep 08 '12 at 23:48
-
1I got it. When I launched the emulator from ADB and subsequently did an ad install, it worked, although it took some time to install it. I think the problem was that I was launching the emulator through eclipse and doing an ADB install. Not sure why isnt it working with Eclipse though. – CodeNinja Sep 09 '12 at 00:23
-
Is the emulator an virtual machine in Virtual box(like the playbook emulator)? – Ahmad Sep 09 '12 at 00:26
-
I dont think so. Not sure about running it in virtual box, but i am not doing anything fancy. Simply changing the build path and running as an Android app from eclipse, but it doesnt works. – CodeNinja Sep 09 '12 at 00:32