Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xingrz/cnode-android
CNode client for Android
https://github.com/xingrz/cnode-android
Last synced: 3 days ago
JSON representation
CNode client for Android
- Host: GitHub
- URL: https://github.com/xingrz/cnode-android
- Owner: xingrz
- License: mit
- Created: 2014-10-24T13:34:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T03:28:48.000Z (almost 10 years ago)
- Last Synced: 2024-08-02T00:21:22.792Z (3 months ago)
- Language: Java
- Homepage: https://cnodejs.org/topic/544a8301b379fed26548a480
- Size: 1.28 MB
- Stars: 71
- Watchers: 7
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cnode - cnode-android - android.svg?label=%E2%98%85) CNode client for Android [@xingrz](https://github.com/xingrz) (Awesome-CNode / Android)
README
CNode Android
==========[![build status][travis-image]][travis-url] [![latest release][release-image]][release-url] [![issues][issues-image]][issues-url]
[travis-image]: https://img.shields.io/travis/xingrz/cnode-android.svg?style=flat-square
[travis-url]: https://travis-ci.org/xingrz/cnode-android
[release-image]: https://img.shields.io/github/release/xingrz/cnode-android.svg?style=flat-square
[release-url]: https://github.com/xingrz/cnode-android/releases/latest
[issues-image]: https://img.shields.io/github/issues/xingrz/cnode-android.svg?style=flat-square
[issues-url]: https://github.com/xingrz/cnode-android/issuesA [CNode](https://cnodejs.org) 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 RepositoryYou may install these SDK components by:
```sh
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`:
```sh
./gradlew assembleDebug
```## License
The [MIT License](LICENSE).