Skip to content

nickhargreaves/mrapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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