Skip to content
Donald Oakes edited this page Aug 30, 2014 · 31 revisions

Build Mythling from GitHub-hosted source, and run this local build on your device.

###IDE Setup

  1. Install Eclipse with the Android ADT Plugin.

    • The Mythling project.properties specifies target=android-19, so to compile you'll need to install Android 4.4.2 (which can be done through the Android SDK Manager in Eclipse).
  2. Get the source code.

    • Copy the Git repository URL for the Mythling master branch into the clipboard:
      https://github.com/oakesville/mythling.git
    • Open the Git Repositories view in Eclipse (Window > Show View > Other > Git > Git Repositories).
    • Right-click in Git Repositories view and select "Paste Repository Path or URI".
    • Click through the Git Clone wizard, accepting the defaults unless you're a contributor and you want non-anonymous access or the local repository path is not correct.
  3. Build the project.

    • To make getting started easy, we've committed the Eclipse .project and .classpath files. There's nothing environment-specific in these files so you shouldn't need to change them. By default Eclipse hides these files in Package Explorer view. However, you can display them by disabling the ".* resources" filter which is accessed via the Package Explorer dropmenu (the down-facing triangle icon in Package Explorer's toolbar).
    • If you've got Eclipse autobuild enabled, the project should build automatically; otherwise select Project > Build All from the menu or type ctrl-b.
  4. Run in debug mode on your device.

    • Enable
Clone this wiki locally