Skip to main content
Projectitis
Inspiring
July 3, 2012
Question

App crash on startup (Android) UnsatisfiedLinkError

  • July 3, 2012
  • 1 reply
  • 1471 views

Hi all,

Our AIR-based game has been out on Android and iOS for about a week now.

http://www.pixelthismobile.com/blog

However, we have one crash report from a Google Nexus One that reports:

Exception class java.lang.UnsatisfiedLinkError

Source method AIRWindowSurfaceView.nativeOnFormatChangeListener()

And that is about it.  No stack trace, as Google Play says the device 'predates Froyo' which is apparently Android 2.2.  However, the owner of the device got in contact with us (after posting a nasty public comment of course) and said his phone is 2.3.6.  The Nexus One is on the list of supported devices.

It seems very similar to what this guy has (but no responses to his post):

http://www.thelittlebirdytoldmeso.com/(S(bpe1v245bsxowi45qfjoov45))/userActions/thread/Question.aspx?id=11063930

I also see an older post on these forums that is similar, but it relates to an unsupported device (unsupported ARM version), however the Nexus One is in the list of supported devices, and we have also tested on one.  Are there perhaps many models of Nexus One?

http://forums.adobe.com/message/3987114#3987114

Any help much appreciated!

Cheers,

Peter

This topic has been closed for replies.

1 reply

Known Participant
July 3, 2012

We've been having the same issue in our application when running on some Android phones. It is still not completely clear what is causing the crash. But I saw some reports suggesting that it might be because of lack of free available space on a device. Adobe AIR needs some extra space when launched first time to unpack itself from the apk (if built with captive runtime).

Projectitis
Inspiring
July 3, 2012

Zhenya1919 - thanks very much.  I'll contact the person with the phone and see if that is the problem!