Skip to main content
Participant
June 13, 2011
Answered

Air for Android: Hardware accelerator

  • June 13, 2011
  • 4 replies
  • 2066 views

Hi, I'm new in this forum and I hope this is the correct place where to put my question.

I want to open a PDF document in my Air application for Android.

I have used StageWebView but I can't open my document because there is a problem with hardware accelerator.

I use Air SDK 2.6.

Anyone can explain me how can I enable hardware accelerator or if there is another way to obtain what I need?

The same code tested on IPad work perfectly.

Thank you very much.

Alberto

This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer blazejewicz

Hi,

I assume you're on windows:

Did you know that there is outstanding bug in Android tools installer for Windows? see:

http://stackoverflow.com/questions/4382178/android-sdk-installation-doesnt-find-jdk

(when you get popup/error with that message use "Back" in installation wizard and then simply go "Next" again).

regards,

Peter

4 replies

Participating Frequently
June 13, 2011

Hi Alberto,

I think you should update your project application descriptor to add Android specific configuration detail, see docs for explanation:

http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffe.html#WS365a66ad37c9f5102ec8a8ba12f2d91095a-8000

hth,

kind regards,

Peter

Participant
June 13, 2011

Hi Peter,

thank you for your answer!

Unfortunately I've tried what is explained in the link that you have posted, but when I try to install the Android SDK Tools it say that I don't have the JDK installed.

I've downloaded and installed also the JDK but the same message is shown and I can't finish the installation.

Do you have any suggestion?

blazejewiczCorrect answer
Participating Frequently
June 14, 2011

Hi,

I assume you're on windows:

Did you know that there is outstanding bug in Android tools installer for Windows? see:

http://stackoverflow.com/questions/4382178/android-sdk-installation-doesnt-find-jdk

(when you get popup/error with that message use "Back" in installation wizard and then simply go "Next" again).

regards,

Peter