Skip to main content
January 10, 2013
Question

AIR 3.6 instant crash on Android 2.2 (with captive runtime)

  • January 10, 2013
  • 3 replies
  • 2428 views

I haven't gotten past this. Have to use 3.5 instead.

I/ActivityManager( 2505): Displayed activity air.com.sgn.myApp/.AppEntry: 539 ms (total 539 ms)

W/dalvikvm( 8672): No implementation found for native Lcom/adobe/air/AIRWindowSurfaceView;.nativeSurfaceCreated ()V

D/AndroidRuntime( 8672): Shutting down VM

W/dalvikvm( 8672): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)

E/AndroidRuntime( 8672): FATAL EXCEPTION: main

E/AndroidRuntime( 8672): java.lang.UnsatisfiedLinkError: nativeSurfaceCreated

E/AndroidRuntime( 8672):        at com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated(Native Method)

E/AndroidRuntime( 8672):        at com.adobe.air.AIRWindowSurfaceView.surfaceCreated(AIRWindowSurfaceView.java:719)

E/AndroidRuntime( 8672):        at android.view.SurfaceView.updateWindow(SurfaceView.java:536)

E/AndroidRuntime( 8672):        at android.view.SurfaceView.dispatchDraw(SurfaceView.java:339)

E/AndroidRuntime( 8672):        at android.view.View.draw(View.java:6800)

E/AndroidRuntime( 8672):        at android.view.SurfaceView.draw(SurfaceView.java:325)

E/AndroidRuntime( 8672):        at android.view.ViewGroup.drawChild(ViewGroup.java:1640)

E/AndroidRuntime( 8672):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1367)

E/AndroidRuntime( 8672):        at android.view.ViewGroup.drawChild(ViewGroup.java:1638)

E/AndroidRuntime( 8672):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1367)

E/AndroidRuntime( 8672):        at android.view.ViewGroup.drawChild(ViewGroup.java:1638)

E/AndroidRuntime( 8672):        at android.view.ViewGroup.dispatchDraw(ViewGroup.java:1367)

E/AndroidRuntime( 8672):        at android.view.View.draw(View.java:6800)

E/AndroidRuntime( 8672):        at android.widget.FrameLayout.draw(FrameLayout.java:352)

E/AndroidRuntime( 8672):        at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:1894)

E/AndroidRuntime( 8672):        at android.view.ViewRoot.draw(ViewRoot.java:1407)

E/AndroidRuntime( 8672):        at android.view.ViewRoot.performTraversals(ViewRoot.java:1163)

E/AndroidRuntime( 8672):        at android.view.ViewRoot.handleMessage(ViewRoot.java:1727)

E/AndroidRuntime( 8672):        at android.os.Handler.dispatchMessage(Handler.java:99)

E/AndroidRuntime( 8672):        at android.os.Looper.loop(Looper.java:123)

E/AndroidRuntime( 8672):        at android.app.ActivityThread.main(ActivityThread.java:4627)

E/AndroidRuntime( 8672):        at java.lang.reflect.Method.invokeNative(Native Method)

E/AndroidRuntime( 8672):        at java.lang.reflect.Method.invoke(Method.java:521)

E/AndroidRuntime( 8672):        at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:858)

E/AndroidRuntime( 8672):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

E/AndroidRuntime( 8672):        at dalvik.system.NativeStart.main(Native Method)

D/dalvikvm( 2505): GC_EXTERNAL_ALLOC freed 2841 objects / 136240 bytes in 68ms

I/        ( 2505): dumpmesg > /data/log/dumpstate_app_error.log

W/ActivityManager( 2505):   Force finishing activity air.com.sgn.myApp/.AppEntry

This topic has been closed for replies.

3 replies

Participant
August 19, 2013

I found out that my issue was caused on intel processor devices. I noticed in the not so well documented requirements for AIR, that devices need to be ARMv7 based.

Adobe Employee
August 24, 2013

Yes, devices need to be ARMv7 based. AIR is not supported on intel processor based devices.

-Nimit 

Inspiring
August 18, 2013

Would be nice if some staff member could confirm this: I think latest AIR versions dropped full Android 2.2 support and the minimum is now 2.3.

Adobe Employee
August 18, 2013

Which AIR SDK version and device you are using? There was a sound.play() crash on Android 2.2 devices which was fixed and the build available at http://www.adobe.com/devnet/air/air-sdk-download.html. And, yes minimum version is android 2.3, please see the link http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc.html for more reference.

Also, I request you to share a sample application so that we can reproduce the crash if it is not related to sound.play() and reproducible with the latest AIR SDK.

Regards,

Nimit

Participant
August 14, 2013

Having the same issue, have you got past this problem yet?