-
Notifications
You must be signed in to change notification settings - Fork 21
Description
The title says it all, I guess.
I didn't figure out yet why it would affect only this version.
Stacktrace:
java.lang.RuntimeException: Transformation xxxxxxx crashed with exception.
at com.f.b.d$3.run(Unknown Source)
at android.os.Handler.handleCallback(Handler.java:730)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ArrayIndexOutOfBoundsException: length=9216; index=10061
at xxxxxxxxxxx(Unknown Source)
at com.f.b.d.a(Unknown Source)
at com.f.b.d.a(Unknown Source)
at com.f.b.d.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:390)
at java.util.concurrent.FutureTask.run(FutureTask.java:234)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:841)
at com.f.b.bd.run(Unknown Source)
Additional info: After searching for similar problems, I ran into this link - Maybe it's a similar problem, maybe not.