Giter VIP home page Giter VIP logo

Installation

There are two approaches to installing Aikuma:

Google Play

The simplest is to install it on an android phone via Google Play (https://play.google.com/store/apps/details?id=org.lp20.aikuma).

Building from Source

The second approach involves downloading the Aikuma source from Github and building it.

Dependencies:

Pre-installation steps:

  • Change the reference to Google Play Service library (http://developer.android.com/google/play-services/setup.html)

    1. Download Google Play Services from Android SDK Manager.
    2. Copy the library-folder($ANDROID_HOME/extras/google/google_play_services/libproject/google-play-services_lib) to the location you want.
    3. Check the ID of Android_4.2.2_API. This can be checked using android list target.
    4. type in android update lib-project --target <target_ID> --path <path_to_the_copied_google_play_services_lib>
    5. Change ../../workspace/google-play-services_lib to <relative_path_to_google_play_services_lib> in Aikuma/project.properties
  • Build and move aikuma-cloud-storage library

    1. Install Gradle
    2. checkout the cloud-storage branch. git checkout cloud-storage
    3. Build the cloud-storage library. cd AikumaCloudStorage, gradle publishToMavenLocal
    4. Copy the cloud-storage library(~/.m2/repository/org/lp20/aikuma-cloud-storage/0.4.0/aikuma-cloud-storage-0.x.0.jar) to the location you want.
    5. checkout the Aikuma mobile app branch.(Latest test version is updated in search-interface branch). git checkout search-interface
    6. Replace any aikuma-cloud-storage*.jar with the built cloud-storage library to the folder(Aikuma/libs)

With the dependencies installed and an Android phone connected to your computer, run:

$ Aikuma/build.sh

Aikuma should now be installed on your phone!

aikuma's Projects

aikuma icon aikuma

Android software for recording and translation

gestate icon gestate

A mouse/touch raw gesture capture and playback library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.