Hi Adobe Air team!
we are seeing a new NullpointerException when publishing to live from Air SDK 27 Beta. I hope the following information helps to identify and fix the error (sorry for the German screen, I can't easily switch the language). This new exception is one of the most frequent exceptions we are currently seeing in the dashboard:
Exemplary stack trace:
java.lang.NullPointerException:
at com.adobe.air.AIRWindowSurfaceView.surfaceChanged (AIRWindowSurfaceView.java:735)
at android.view.SurfaceView.updateWindow (SurfaceView.java:619)
at android.view.SurfaceView.onWindowVisibilityChanged (SurfaceView.java:242)
at android.view.View.dispatchWindowVisibilityChanged (View.java:8121)
at android.view.ViewGroup.dispatchWindowVisibilityChanged (ViewGroup.java:1077)
at android.view.ViewGroup.dispatchWindowVisibilityChanged (ViewGroup.java:1077)
at android.view.ViewGroup.dispatchWindowVisibilityChanged (ViewGroup.java:1077)
at android.view.ViewGroup.dispatchWindowVisibilityChanged (ViewGroup.java:1077)
at android.view.ViewRootImpl.performTraversals (ViewRootImpl.java:1314)
at android.view.ViewRootImpl.doTraversal (ViewRootImpl.java:1062)
at android.view.ViewRootImpl$TraversalRunnable.run (ViewRootImpl.java:5996)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:761)
at android.view.Choreographer.doCallbacks (Choreographer.java:574)
at android.view.Choreographer.doFrame (Choreographer.java:544)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:747)
at android.os.Handler.handleCallback (Handler.java:733)
at android.os.Handler.dispatchMessage (Handler.java:95)
at android.os.Looper.loop (Looper.java:136)
at android.app.ActivityThread.main (ActivityThread.java:5590)
at java.lang.reflect.Method.invokeNative (Native Method)
at java.lang.reflect.Method.invoke (Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1268)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1084)
at dalvik.system.NativeStart.main (Native Method)
Let me know if you have questions or need more info