This is a fork of the popular bitcoin wallet Breadwallet (https://github.com/breadwallet/breadwallet-android/).
- Download and install Java 7 or up
- Download and Install the latest Android studio
- Download and install the latest NDK https://developer.android.com/ndk/downloads/index.html or download it in android studio by "choosing the NDK" and press "download"
- Go to https://github.com/breadwallet/breadwallet-android and clone or download the project
- Open the project with Android Studio and let the project sync
- Go to SDK Manager and download all the SDK Platforms and SDK Tools
- Initialize the submodules -
git submodule init
- Update the submodules -
git submodule update
- Build -> Rebuild Project