[Help] Where is iroha-android-bindings folder come from ?
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
https://github.com/BulatMukhutdinov/Iroha-Android/issues/1
Use https://github.com/Warchant/iroha-pure-java instead of bindings.