Hello Guys How are you all? Hope You all are fine. Today I am facing one crash issue in GDC in my flutter app. Here is error log java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity in a flutter. So today Here I come with all possible solutions for this error.
We are providing you all possible solutions to solve this error. let’s start this article without wasting your time.
How java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity Error Occurs ?
I am facing one crash issue in GDC in my flutter app. Here is error log.
FATAL EXCEPTION: [com.google.android.gms.chimera.GmsIntentOperationService$ChimeraService-Executor] idle
Process: com.google.android.gms, PID: 2823
java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity does not exist in com.google.android.gms
at android.os.Parcel.createExceptionOrNull(Parcel.java:2377)
at android.os.Parcel.createException(Parcel.java:2357)
at android.os.Parcel.readException(Parcel.java:2340)
at android.os.Parcel.readException(Parcel.java:2282)
at android.content.pm.IPackageManager$Stub$Proxy.setComponentEnabledSetting(IPackageManager.java:6793)
at android.app.ApplicationPackageManager.setComponentEnabledSetting(ApplicationPackageManager.java:2714)
at m.bfw.j(:[email protected]@213380802065.395552306.395552306:2)
at com.google.android.gms.wallet.common.ModuleInitializer.b(:com.google.android.gm[email protected]@213380802065.395552306.395552306:2)
How to Solve java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity Error?
- java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity
To Solve java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity Error In My case I was facing same issue and resolve it by implementation com.google.android.gms.wallet in your gradle implementation 'com.google.android.gms:play-services-wallet:18.1.3' Now issue resolved.
- How to Solve java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity Error?
To Solve java.lang.IllegalArgumentException: Component class com.google.android.gms.wallet.ocr.CardRecognitionShimProxyActivity Error In My case I was facing same issue and resolve it by implementation com.google.android.gms.wallet in your gradle implementation 'com.google.android.gms:play-services-wallet:18.1.3' Now issue resolved.
Solution 1: implementation com.google.android.gms.wallet in your gradle
I was facing same issue and resolve it by implementation com.google.android.gms.wallet in your gradle.
implementation 'com.google.android.gms:play-services-wallet:18.1.3'
Now issue resolved.
Summery
So, It’s All About This Error. I hope this tutorial helps you to Solve your error. Please Comment Below if You stucks anywhere with my code. And please comment below on which solution worked for you. Thank You.
Leave a Reply