I'm attempting to work with Phonegap/Cordova, following this tutorial: http://coenraets.org/blog/cordova-phonegap-3-tutorial/

However, when I attempt to run the AVD I have set up, it runs, gets to the Android screen on the emulator, and then immediately shuts down with no fanfare.

The command line then says:

Error executing "adb -s emulator-5554 shell getprop init.svc.bootanim": error: device not found.

I've been Googling for about a day already, and I can't find anyone else running into this. I'm pretty sure it's something to do with my environment and me doing something wrong, but I have no idea what it would be.

有帮助吗?

解决方案

Solved it - I hadn't allocated enough RAM to the AVD. Bumping it up from 500mb to 768mb fixed my problem.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top