Adobe-Runtime-Support
Adobe-Runtime-Support copied to clipboard
Crash occurs on AIR 33.1.1.821
I am using airsdk:AIR 33.1.1.821
I am getting this crash continously what is the problem
java.lang.IllegalStateException: at android.app.ActivityThread.handleTopResumedActivityChanged (ActivityThread.java:5113) at android.app.servertransaction.TopResumedActivityChangeItem.execute (TopResumedActivityChangeItem.java:39) at android.app.servertransaction.TransactionExecutor.executeCallbacks (TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2317) at android.os.Handler.dispatchMessage (Handler.java:106) at android.os.Looper.loop (Looper.java:246) at android.app.ActivityThread.main (ActivityThread.java:8625) at java.lang.reflect.Method.invoke (Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:602) at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1130)
Is this happening with a blank/empty test application? or are there ANEs involved in it? The crash trace is only showing internal Android files/calls so something very weird is going on, illegal state is usually signifying the wrong thread being used..