Skip to content

Running the Android Example App

  1. Get into the example directory.
  2. Download a pre-built tarball from our GitHub Releases and put it at the root of the repository.
  3. Follow along the next sections to build the Android app and launch it locally.
Screenshot 1
# 1. Start an Android emulator
# 2. Don't forget to add the tarball at the root of the repo (https://github.com/bitcoindevkit/bdk-rn/releases)

cd example/
just install
just run-android