February 2nd, 2012, 07:59 AM
|
#1 (permalink)
|
|
New Member
Join Date: Jan 2011
Posts: 7
Device(s):
Thanks: 2
Thanked 0 Times in 0 Posts
|
Virtual Device launching
For the hell of it, I decided recently to start learning a bit about programming for Android. It seems fun, and increasingly useful as of late. I am also pretty decent at coding, so I figured I would give it a go.
I have never messed with virtual devices though before, and am at a loss here. It seems every time I compile and launch my project, I have to re-launch the emulator (that takes forever and a half to load mind you)? I did some searching and found ways to SPEED UP the launch, but it still takes longer than is convenient to preview my project.
I saw that setting the run configuration to manual would simply re-install my apk without re-launching the emulator, but the emulator (or virtual device) is not listed under available devices (in fact, nothing is). It only gives me the option to select the launcher and start it anew.
Is there some hidden setting I am missing here? I am assuming this line is the problem (shown in the consol section when running my project with a virtual device all ready open):
[2012-02-01 10:17:33 - Hello World] Automatic Target Mode: Preferred AVD 'DefaultAndroidEmu' is not available. Launching new emulator.
Any help is appreciated, any more information needed, I will provide. Thanks in advance!!
Edit: sorry, I did not mention I am using the Eclipse program with the Android package.
|
|
|
Last edited by matt198992; February 2nd, 2012 at 08:02 AM.
|
|