GreenBee
GreenBee

Reputation: 3101

Android Auto build with eclipse broken

I use eclipse for my android projects and it was working without a glitch. Today I installed the new platform 14 and the new ADT 15.0.0 and lo, the "auto build on save" is now broken.

Now, to generate an apk I need to manually "Ctrl+F11" which launches the emulator. I do not want to launch the emulator as I am testing on a real device. I just need the apk that is generated every time I save a file. Did something change in the new platform/adt to break this?

I have tried everything- re-installing the platforms, re-installing adt, re-installing eclipse, cleaning and building. Nothing works!

Thanks.

Upvotes: 1

Views: 1384

Answers (1)

GreenBee
GreenBee

Reputation: 3101

Looks like I am talking to myself. But I found the answer to my problem so posting it here for someone stuck like me.

The flag "Skip packaging and dexing..." under Windows->Preferences->Android->Build was somehow checked. Unchecking it did the trick.

Flags be damned!

Upvotes: 7

Related Questions