Anschutz1927 / Multy-android-appscrunch

Coming soon..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multy-android

Multi cryptocurrency and assets open-source wallet

To conrtibute please check Build instraction

Multy

Build instraction

  1. Clone master branch of the Multy-android project
git clone https://github.com/Appscrunch/Multy-android.git
  1. Be shure you have CMake and NDK installed in the 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 the Android Studio make Gradle syncronization

  2. In the Android Studio

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

About

Coming soon..

License:Other


Languages

Language:Java 95.8%Language:C++ 4.2%