abeluck / mrapp

Mobile Reporter App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Story Maker

Setting up Development Environment

Prerequisites:

Follow these steps to setup your dev environment:

  1. Checkout mrapp git repo

  2. Init and update git submodules

    git submodule update --init --recursive

  3. Ensure NDK_BASE env variable is set to the location of your NDK, example:

    export NDK_BASE=/path/to/android-ndk

  4. Build android-ffmpeg

    cd external/android-ffmpeg-java/external/android-ffmpeg/ ./configure_make_everything.sh

  5. Using Eclipse

    Import into Eclipse (using the "existing projects" option) the projects in this order:

     external/HoloEverywhere/contrib/ActionBarSherlock/library/
     external/HoloEverywhere/library/
     external/OnionKit/
     external/android-ffmpeg-java/
     external/WordpressJavaAndroid/
    

    Using command line

     cd app/
     ./setup-ant.sh
     ant clean debug
    

About

Mobile Reporter App


Languages

Language:Java 97.5%Language:JavaScript 2.5%