| layout | main |
|---|---|
| title | Aikuma OSSAwards |
| css | aikuma |
This is a special page for OSSAwards members containing links to source code, license and documents for download.
The source code for Aikuma can be found on its Github repository page.
There are three approaches to installing Aikuma:
-
The simplest is to install it on an android phone via Google Play.
The second approach involves building Aikuma. In order to build Aikuma the Android SDK is required. For information on how to set up the Android SDK, visit http://developer.android.com/sdk/index.html. With the Android SDK set up and an Android phone connected to the computer, run:
$ ant clean debug install
There is a third approach. It also requires the Android SDK to be installed, but no building is required. a href="./files/Aikuma-debug.apk" Download the APK from this website and then with an Android phone plugged in run:
$ adb install Aikuma-debug.apk