Skip to content

Build Instructions

Sasha Pachev edited this page Dec 29, 2013 · 3 revisions

The instructions are for Linux. If you have Windows or Mac it should work as well, but they need to be modified some.

  • Install git ( apt-get install git or yum install git )
  • git clone git://github.com/spachev/fast_running_friend.git fast_running_friend
  • Install Android SDK
  • Install Android NDK
  • Install JDK ( package names vary among distributions)
  • Install Ant ( apt-get install ant or yum install ant)
  • cd fast_running_friend
  • fix your PATH so that it contains the root NDK directory and $SDK_ROOT//platform-tools/
  • scripts/do-build (you may need to fix it up depending on where NDK is installed)
  • Now you have the APK you can install in bin/FastRunningFriend-debug.apk
  • Connect your device
  • adb -r install bin/FastRunningFriend-debug.apk
Clone this wiki locally