Skip to content
Mihail Gutan edited this page Aug 8, 2017 · 3 revisions

How to set up the development environment:

  • 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 pressing "download"
  • Go to https://github.com/breadwallet/breadwallet-android and clone or download the project
  • Open the project with Android Studio and let the Gradle 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
Clone this wiki locally