I would like to run something through an Android emulator. Does anyone know if there is a version that doesn't require the JDK to be installed?

I have JRE, but I am not able to install JDK due to current configuration of another piece of software on this machine. (If I pretend there was an error finding JDK and install anyways, the program seems to fire up for about 3 seconds and then just kills itself)

link|improve this question

75% accept rate
You could run on a physical device instead. – Matt Ball Dec 5 '11 at 18:12
Or you could run the emulator in a virtual machine, such as blogs.nuxeo.com/dev/2011/10/… – Greg Hewgill Dec 5 '11 at 18:12
I want to cut down on how many times I borrow devices from people. Good idea... thanks Greg! If you throw that in as an answer, I'll accept it as the right one. – Dallas Dec 5 '11 at 18:34
feedback

1 Answer

up vote 0 down vote accepted

One way to avoid your installation issue is to run the Android device in a virtual machine. For example, How to speed up the Android Emulator by up to 400% describes how to do this. As a bonus, it can run much faster than the "standard" emulator.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.