hyperledger-iroha/iroha-android

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

TranBaVinhSon opened this issue · 3 comments

Where is iroha-android-bindings folder come from ?

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

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
BulatMukhutdinov/Iroha-Android#1