Anschutz1927 / Multy-Android-multy

Mobile multy-blockchain wallet client.

Home Page:http://multy.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multy-android

Multi cryptocurrency and assets open-source wallet

To conrtibute please check **Build instruction

Multy

Build instraction

  1. Clone master branch of the Multy-android project
git clone https://github.com/Appscrunch/Multy-android.git
  1. Make shure you have CMake and NDK installed in Android Studio SDK Tools

  2. Clone master branch of the Multy-Core project

git clone https://github.com/Appscrunch/Multy-Core.git
  1. Checkout master branch of the Multy-Core project
git checkout master
  1. Update path in CMakeLists.txt file in Multy-Core project
add_library(core_jni
       SHARED
       "/../Multy-android/app/src/main/cpp/scratch.cpp"
    )
  1. Update build.gradle extarnalNativeBuild path
externalNativeBuild {
            cmake {
                path "/.../Multy-Core/CMakeLists.txt"
            }
        }
  1. In Android Studio make Gradle sync

  2. In Android Studio

Build -> Clean Project
Build -> Refresh Linked C++ Project
Build -> Make Project

About

Mobile multy-blockchain wallet client.

http://multy.io

License:Other


Languages

Language:Java 96.7%Language:C++ 3.3%