An Android client for https://github.com/RoboSats/robosats made by BitcoinWukong
Before you begin, ensure you have met the following requirements:
- Android Studio
- JDK (Java Development Kit)
- An Android device or emulator for testing
- Clone the repository:
git clone https://github.com/BitcoinWukong/wukong-robosats-android.git
- Open the project in Android Studio.
- Wait for Android Studio to install all the necessary Gradle dependencies.
- In Android Studio, go to Build -> Make Project to build the app.
- Alternatively, you can use the command line to install the app directly to your Android device:
./gradlew installDebug
You may need to specify android sdk location via env var ANDROID_HOME
if you never built the project in Android Studio before. On MacOS and Linux, the default location android sdk is $HOME/Library/Android/sdk
:
ANDROID_HOME=$HOME/Library/Android/sdk ./gradlew installDebug