[Help] Where is iroha-android-bindings folder come from ?
TranBaVinhSon opened this issue · 3 comments
TranBaVinhSon commented
Where is iroha-android-bindings folder come from ?
mrZizik commented
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
TranBaVinhSon commented
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
Warchant commented
Use https://github.com/Warchant/iroha-pure-java instead of bindings.