You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception:
java.lang.NoSuchMethodError: No direct method (Lcom/walletconnect/android/CoreClient;)V in class Lcom/walletconnect/sign/client/Sign$Params$Init; or its super classes (declaration of 'com.walletconnect.sign.client.Sign$Params$Init' appears in /data/app/~~mSzRPvOCPJ5rc3I41d2X6w==/com.dinosoftlabs.binder-KTkbrpJ4XDWAWKDxPXoGBA==/base.apk!classes15.dex)
at dev.pinkroom.walletconnectkit.core.WalletConnectKitConfigKt.initializeCoreClient(WalletConnectKitConfig.kt:58)
Here's the code example where facing issue
val config: WalletConnectKitConfig = WalletConnectKitConfig(projectId = "Project-ID")
val walletConnectKit = WalletConnectKit.builder(context).config(this.config).build()
Getting exception in the second line of code when trying to implement .build()
I have an existing android app which had developed with JAVA and the requirement is that I have to integrate WalletConnect with my app. As library is developed in Kotlin but I made a Kotlin class in my Java project and do all the Kotlin stuff in my that class and access it from Java based activity.
Please make sure the feasibility what I am trying to achieve.
FYI: I am able to call a Kotlin class from Java activity but the desired purpose is not getting fulfilled due to above exception as shared.
Please give your expert opinion. Thanks in Advance!!
The text was updated successfully, but these errors were encountered:
Exception:
java.lang.NoSuchMethodError: No direct method (Lcom/walletconnect/android/CoreClient;)V in class Lcom/walletconnect/sign/client/Sign$Params$Init; or its super classes (declaration of 'com.walletconnect.sign.client.Sign$Params$Init' appears in /data/app/~~mSzRPvOCPJ5rc3I41d2X6w==/com.dinosoftlabs.binder-KTkbrpJ4XDWAWKDxPXoGBA==/base.apk!classes15.dex)
at dev.pinkroom.walletconnectkit.core.WalletConnectKitConfigKt.initializeCoreClient(WalletConnectKitConfig.kt:58)
Here's the code example where facing issue
val config: WalletConnectKitConfig = WalletConnectKitConfig(projectId = "Project-ID")
val walletConnectKit = WalletConnectKit.builder(context).config(this.config).build()
Getting exception in the second line of code when trying to implement .build()
I have an existing android app which had developed with JAVA and the requirement is that I have to integrate WalletConnect with my app. As library is developed in Kotlin but I made a Kotlin class in my Java project and do all the Kotlin stuff in my that class and access it from Java based activity.
Please make sure the feasibility what I am trying to achieve.
FYI: I am able to call a Kotlin class from Java activity but the desired purpose is not getting fulfilled due to above exception as shared.
Please give your expert opinion. Thanks in Advance!!
The text was updated successfully, but these errors were encountered: