android

Version, currently master branch1 version
  • master branchlatestDec 25, 2016

github.com/ysbaddaden/android.cr

Create Android applications using Crystal and the NDK.

24 stars
0 dependents
License: Apache-2.0

Installation

# Add this to your shard.yml
dependencies:
  android:
    github: ysbaddaden/android.cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.20.0
License
Apache-2.0
Author
Julien Portalier <ysbaddaden@gmail.com>

Dependencies

Runtime Dependencies

  • java*github: ysbaddaden/java.cr

README

# Android applications for Crystal

This shard aims to simplify the creation of Android applications, throught the
Android NDK, either as native activities or as a backend for a Java activity
that controls the user interface.

## libraries

How to build the required libraries to run Crystal applications:

- iconv: <https://github.com/ironsteel/iconv-android>
- gc: <https://android.g.hatena.ne.jp/n4_t/20090703/1246674762>
- event2: <https://github.com/ventureresearch/libevent>

- pcre: <http://blog.csdn.net/zangcf/article/details/22688873>