CNode Android

build status latest release issues

A CNode client for Android.

Prerequisites

The following is required for developing:

The following SDK components is required for building:

You may install these SDK components by:

echo y | android update sdk --no-ui --all --filter "tools"
echo y | android update sdk --no-ui --all --filter "build-tools-21.1.0"
echo y | android update sdk --no-ui --all --filter "android-21"
echo y | android update sdk --no-ui --all --filter "extra-android-m2repository"

Build

Build and generate a debug APK in ./CNode/build/outputs/apk:

./gradlew assembleDebug

License

The MIT License.