Owater / cnode-android

CNode client for Android

Home Page:https://cnodejs.org/topic/544a8301b379fed26548a480

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CNode Android

build status latest release issues

A CNode client for Android.

Prerequisites

The following is required for developing:

  • Oracle JDK 7 (8 is recommended)
  • Android Studio 0.9+ (canary build)

The following SDK components is required for building:

  • Android API Platform 21
  • Android SDK Build-tools 21.1
  • Android Support Repository

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.

About

CNode client for Android

https://cnodejs.org/topic/544a8301b379fed26548a480

License:MIT License


Languages

Language:Java 100.0%