Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a easier way of running an android application using the eclipse emulator?

I am trying to write an android application and my workflow is as follows:

  1. Write some code
  2. Click run as Android Application
  3. Eclipse then starts the android emulator
  4. Install the app on the emulator
  5. Run it

It seems to me that there is no need for it to start an android emulator(3) each time and to kill it. It'd be nice if there was a way an android emulator always running and eclipse just installs/uninstalls the app instead of making me wait every time.

Does anyone know a way of doing this?

like image 224
Vijay Kotari Avatar asked Aug 13 '10 15:08

Vijay Kotari


People also ask

Can I develop Android app using Eclipse?

For developing the android application using eclipse IDE, you need to install the Eclipse. you can download it from this location download the Eclipse. Eclipse classic version is recommended but we are using the Eclipse IDE for JavaEE Developers.

Which Eclipse IDE is best for Android Development?

Eclipse Classic 3.6. 1. Eclipse IDE for Java EE Developers.

Does Eclipse have emulator?

In order to run an instance of the emulator, you must create an AVD. To create an AVD from Eclipse: Select Window > Android SDK and AVD Manager, or click the Android SDK and AVD Manager icon in the Eclipse toolbar. In the Virtual Devices panel, you'll see a list of existing AVDs.


1 Answers

Yeah, it just does that way - leave emulator on, and "run" in Eclipse will update the app and run it. This is how it works for me.

Just don't kill the emulator!

like image 197
LordTwaroog Avatar answered Sep 28 '22 05:09

LordTwaroog