Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.27 KB

File metadata and controls

46 lines (33 loc) · 1.27 KB
layout main
title Aikuma OSSAwards
css aikuma

Introduction

This is a special page for OSSAwards members containing links to source code, license and documents for download.

Source Code

The source code for Aikuma can be found on its Github repository page.

License

MIT License

Installation Instructions

There are three approaches to installing Aikuma:

  1. 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