loloof64
loloof64

Reputation: 5392

Can't launch my application into emulator

I am developping an application with Libgdx in Eclipse 4. My computer has an Ubuntu 12.04. But since some time ago, I can't test my app on the emulator : the emulator is started, detected, but however there is a red cross (instead of a green mark) in the target field of my emulator and my app is not updated onto it :

enter image description here

I've also noticed that I can't create shortcut in the emulator desktop for my app : it seems that it does not exists on it !!! (When I launch new -> Shortcut -> Application from the emulator)

Does someone knows how to fix the problem ?

Thanks in advance and apologize if my question is bad formulated.

Upvotes: 1

Views: 700

Answers (1)

Alexander
Alexander

Reputation: 48232

Red cross means your program is not compatible with the emulator version. Such as when you're developing for Android 2.0 and have an Android 1.5 emulator. It may still run on the emulator though. Press ok and see if it runs or not. If not create the emulator for the version of Android your program requires

Upvotes: 4

Related Questions