NoClassDefFoundError: com.google.android.gms.wallet.MaskedWalletRequest
See original GitHub issueI’m running react-native v0.40.0
with tipsi-stripe 1.4.0
and can’t get around the following error
adb logout
output:
I/art (25295): Rejecting re-init on previously-failed class java.lang.Class<com.google.android.gms.wallet.MaskedWalletRequest> E/ReactNativeJS(25295): C++ Exception in 'NativeModules': java.lang.NoClassDefFoundError: com.google.android.gms.wallet.MaskedWalletRequest
I’ve cleared my gradle cache, tried to install all related dependancies but have been unsuccessful.
Has anyone hit this before?
Issue Analytics
- State:
- Created 7 years ago
- Comments:15 (6 by maintainers)
Top Results From Across the Web
NoClassDefFoundError With Google Wallet and new Google ...
Looks like Google Wallet is trying to reference com.google.android.gms.R.style when it's style class is generated in com.google.android.gms.
Read more >Android · tipsi-stripe
NoClassDefFoundError : com.google.android.gms.wallet.MaskedWalletRequest. We have fixed this issue, but if you somehow facing this bug again - please, ...
Read more >Lcom/google/android/gms/common/internal/zzbp, 解决失败 ...
NoClassDefFoundError : Failed resolution of: Lcom/google/android/gms /common/internal/zzbq; ... 解决失败:Lcom/google/android/gms wallet maskedwalletrequest.
Read more >KocomojoLLC / tipsi-stripe Download - JitPack
React Native Stripe binding for iOS/Android platforms ... For a physical device you need to search on Google for 'Google Play Services'.
Read more >com.google.android.gms.wallet | Google Play services
Card class indicates whether it is a credit, debit or prepaid card. WalletConstants.BillingAddressFormat, The Google Pay API will collect the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issues, my app compiles, but it crashes immediately after booting:
react-native 0.38.0
Google Nexus 5 - genymotion
Google Play services 10.0.84
logs
my
android/app/build.gradle
dependenciesSOLUTION
I had to add in my
android/app/build.gradle
dependencies listThis is re-occuring now that certain projects use
"com.android.support:appcompat-v7:26.0.1"
.