Code Monkey home page Code Monkey logo

droidlibindy's People

Contributors

axelnennker avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

droidlibindy's Issues

Mobile device for test

Hello. Could you write what mobile device with what processor have you used for testing.
I have used Huawei p10 lite with processor Kirin 658 that is arm64-v8a and I had error while trying to create wallet

Wallet.createWallet("POOL", "walletOpen", "default", null, null).get();

Error
java.util.concurrent.ExecutionException: org.hyperledger.indy.sdk.IOException: An IO error occurred. at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:330) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1892) at com.ledgerleopard.hyperledger.MainActivity.onCreate(MainActivity.java:99) at android.app.Activity.performCreate(Activity.java:6910) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1123) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2757) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2875) at android.app.ActivityThread.-wrap12(ActivityThread.java) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1578) at android.os.Handler.dispatchMessage(Handler.java:105) at android.os.Looper.loop(Looper.java:156) at android.app.ActivityThread.main(ActivityThread.java:6623) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:942) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:832) Caused by: org.hyperledger.indy.sdk.IOException: An IO error occurred. at org.hyperledger.indy.sdk.IndyJava$API.checkCallback(IndyJava.java:90) at org.hyperledger.indy.sdk.wallet.Wallet.access$300(Wallet.java:22) at org.hyperledger.indy.sdk.wallet.Wallet$2.callback(Wallet.java:70) at java.lang.reflect.Method.invoke(Native Method) at com.sun.jna.CallbackReference$DefaultCallbackProxy.invokeCallback(CallbackReference.java:520) at com.sun.jna.CallbackReference$DefaultCallbackProxy.callback(CallbackReference.java:551)

Pool.openPoolLedger hang the DroidLibIndy

Hi Alex,
Trying to get deeper into libindy with Android client. I've successfully run your DroidLibIndy app, got the wallet created and opened. But when I'm trying to create and open the pool :

String poolName = PoolUtils.createPoolLedgerConfig();
PoolJSONParameters.OpenPoolLedgerJSONParameter config2 = new PoolJSONParameters.OpenPoolLedgerJSONParameter(null, null);
Pool pool = Pool.openPoolLedger(poolName, config2.toJson()).get();

the application gets hunged for few minutes and then I'm getting TimeoutException.
Could you please point me in a possible direction to dig?
My Phone: Pixel 2xl ARM64, Android version: 9

019-06-15 05:37:14.817 17312-17312/com.zaka.wallet W/System.err: java.util.concurrent.ExecutionException: org.hyperledger.indy.sdk.ledger.TimeoutException: Timeout

libgnustl_shared.so origin

Where does this file comes from? I have built the libraries forllowing these instructions
and I am only getting a libindy.so libindy.a and libindy_shared.so files. When I try to run the project however I am getting an error

E/AndroidRuntime: FATAL EXCEPTION: main
    java.lang.UnsatisfiedLinkError: dlopen failed: library "libgnustl_shared.so" not found
 at java.lang.Runtime.loadLibrary0(Runtime.java:1016)
 at java.lang.System.loadLibrary(System.java:1657)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.