iroha-android icon indicating copy to clipboard operation
iroha-android copied to clipboard

[Help] Where is iroha-android-bindings folder come from ?

Open TranBaVinhSon opened this issue 7 years ago • 3 comments

Where is iroha-android-bindings folder come from ?

TranBaVinhSon avatar Jul 29 '18 18:07 TranBaVinhSon

You can build them via that script https://github.com/hyperledger/iroha/blob/master/example/java/build_library.sh from Android NDK code or grab via Gradle prebuilt by us. Detailed processes of both ways are described in our README

mrZizik avatar Jul 30 '18 08:07 mrZizik

I have put implementation 'jp.co.soramitsu.iroha.android:iroha-android-bindings:+' into gradle file. But It seems like two ways (gradle and Compile the library) with different API? Ex: signAndAddSignature function https://github.com/BulatMukhutdinov/Iroha-Android/issues/1

TranBaVinhSon avatar Jul 30 '18 09:07 TranBaVinhSon

Use https://github.com/Warchant/iroha-pure-java instead of bindings.

Warchant avatar Oct 23 '18 12:10 Warchant