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
I have added metamask android sdk to the native android project and wrote a function to connect the wallet. Everything builds in android studio and dot net projects. But in runtime I get the error that io.metamask.androidsdk.DappMetadata class not found. How to do I solve this.
Java.Lang.NoClassDefFoundError: Failed resolution of: Lio/metamask/androidsdk/DappMetadata; ---> Java.Lang.ClassNotFoundException: Didn't find class "io.metamask.androidsdk.DappMetadata" on path: DexPathList[[zip file "/data/app/~~YG-6WEJFS32FR93NKjCBDw==/com.companyname.facebook.sample-pCqNYK04hJADXKEAh_P8-A==/base.apk"],nativeLibraryDirectories=[/data/app/~~YG-6WEJFS32FR93NKjCBDw==/com.c
The text was updated successfully, but these errors were encountered:
I have added metamask android sdk to the native android project and wrote a function to connect the wallet. Everything builds in android studio and dot net projects. But in runtime I get the error that io.metamask.androidsdk.DappMetadata class not found. How to do I solve this.
Java.Lang.NoClassDefFoundError: Failed resolution of: Lio/metamask/androidsdk/DappMetadata; ---> Java.Lang.ClassNotFoundException: Didn't find class "io.metamask.androidsdk.DappMetadata" on path: DexPathList[[zip file "/data/app/~~YG-6WEJFS32FR93NKjCBDw==/com.companyname.facebook.sample-pCqNYK04hJADXKEAh_P8-A==/base.apk"],nativeLibraryDirectories=[/data/app/~~YG-6WEJFS32FR93NKjCBDw==/com.c
The text was updated successfully, but these errors were encountered: