0

i just installed eclipse 3.5.2 on my ubuntu 10.04 and also the ADT and the plugins for the android api.

When i first run an app lets say test.java it works great, but if i make a change and try to run it again the emulator doesnt works and at the down right corner displays this message : "Launching Test: (27%)" and the emulator displays the program as it was without taking effect by the new changes.

enter image description here

You can check what i said at the right bottom of the pic.

thanx

t0s
  • 1,201
  • 5
  • 19
  • 28
  • 1
    This is a duplicate question, see the answer here: http://stackoverflow.com/questions/8410921/android-eclipse-stuck-launching-delegate-debugging-session-at-27 – JoséMi Dec 12 '11 at 17:17
  • i managed to figure it out finally. – t0s Dec 12 '11 at 18:44
  • possible duplicate of [Eclipse gets stuck when trying to launch Android app](http://stackoverflow.com/questions/5118713/eclipse-gets-stuck-when-trying-to-launch-android-app) – Bo Persson Jan 05 '12 at 20:05
  • duplicate:http://stackoverflow.com/questions/5118713/eclipse-gets-stuck-when-trying-to-launch-android-app – Jupiter Jones Mar 22 '13 at 12:32

1 Answers1

1

The issue happens when launching the first emulator from the Run button in Eclipse.

To avoid:

Start Eclipse
Window -> AVD Manager
Start an emulator
Run the project
vadlm
  • 26
  • 1
  • Actually I've the same problem, but this can't solve my problem. (Eclipse Helios, Ubuntu 11.10) – fikr4n Apr 14 '12 at 16:44