Android Question java.lang.IllegalArgumentException android.os.Parcel.readException

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I got this error show up in my Google Play Console for one of my apps but can't work out what might of caused it.

B4X:
java.lang.IllegalArgumentException
android.os.Parcel.readException

java.lang.IllegalArgumentException:
1. at android.os.Parcel.readException (Parcel.java:1963)
2. at android.os.Parcel.readException (Parcel.java:1905)
3. at android.app.IActivityManager$Stub$Proxy.reportSizeConfigurations (IActivityManager.java:9959)
4. at android.app.ActivityThread.reportSizeConfigurations (ActivityThread.java:3091)
5. at android.app.ActivityThread.handleLaunchActivity (ActivityThread.java:3034)
6. at android.app.ActivityThread.-wrap11 (Unknown Source)
7. at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1696)
8. at android.os.Handler.dispatchMessage (Handler.java:105)
9. at android.os.Looper.loop (Looper.java:164)
10. at android.app.ActivityThread.main (ActivityThread.java:6938)
11. at java.lang.reflect.Method.invoke (Native Method)
12. at com.android.internal.os.Zygote$MethodAndArgsCaller.run (Zygote.java:327)
13. at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1374)

Device: Galaxy S8+ (dream2lte)
Android: 8.0

Anyone know what might of caused it ?
 

aaronk

Well-Known Member
Licensed User
Longtime User
So it sounds like the previous app took to long to fully close which caused my app to hang and lock up ?

In that case I am guessing nothing can be done in my app to fix this?
 
Upvote 0
Top