Skip to main content
Known Participant
August 12, 2011
Question

Android Simulator

  • August 12, 2011
  • 1 reply
  • 560 views

I know the android simulator is supposed to be slow but I was wondering if it's a bug with my app or the simulator with the follwoing issues:

1. The images are slightly blured and jaggered, but the embeded font looks fine.

2. I click on my app (its a multi touch app) and nothing happens. Do touches work in the simulator or do I need to convert back to mouseDown etc.for testing?

Thanks!

This topic has been closed for replies.

1 reply

Inspiring
August 12, 2011

The android simulator (from the Android SDK) is very slow, but touches should work.

Are you sure you installed the emulator AIR Runtime (and not the device one?)

jefflemonAuthor
Known Participant
August 12, 2011

I installed the runtime from the emulator folder of the air sdk.

I installed it via command line, it said it was installed ok, is there a way to check it is on the simulator?

Inspiring
August 12, 2011

If the application runs, AIR is installed

Sorry... Can't see the problem! Can you provide us the code of a simple view where you have the bug so we can see if it is a device/AIR problem or a mistake in your code?