Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. 04-25 11:40:44.766 3051-3169/com.stash.wallet E/art: No implementation found for void org.opentransactions.otapi.JOpentxsJNI.swig_module_init() (tried Java_org_opentransactions_otapi_JOpentxsJNI_swig_1module_1init and Java_org_opentransactions_otapi_JOpentxsJNI_swig_1module_1init__)
  2. 04-25 11:40:44.768 3051-3169/com.stash.wallet E/AndroidRuntime: FATAL EXCEPTION: Thread-804
  3. Process: com.stash.wallet, PID: 3051
  4. Theme: themes:{default=overlay:system, iconPack:system, fontPkg:system, com.android.systemui=overlay:system, com.android.systemui.navbar=overlay:system}
  5. java.lang.UnsatisfiedLinkError: No implementation found for void org.opentransactions.otapi.JOpentxsJNI.swig_module_init() (tried Java_org_opentransactions_otapi_JOpentxsJNI_swig_1module_1init and Java_org_opentransactions_otapi_JOpentxsJNI_swig_1module_1init__)
  6. at org.opentransactions.otapi.JOpentxsJNI.swig_module_init(Native Method)
  7. at org.opentransactions.otapi.JOpentxsJNI.<clinit>(JOpentxsJNI.java:1382)
  8. at org.opentransactions.otapi.JOpentxsJNI.OTAPI_Wrap_GetNymCount(Native Method)
  9. at org.opentransactions.otapi.OTAPI_Wrap.GetNymCount(OTAPI_Wrap.java:333)
  10. at com.stash.opentxslibs.OTWrapper.getOrCreateFirstNym(OTWrapper.java:248)
  11. at com.stash.opentxslibs.OTWrapper.setupBasicWallet(OTWrapper.java:85)
  12. at com.stash.wallet.service.StashService$2.run(StashService.java:144)
  13. at java.lang.Thread.run(Thread.java:818)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement