Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Getting started

danielschuster edited this page Jun 27, 2013 · 1 revision

First install the Mobilis projects from https://github.com/mobilis/mobilis

Have a look at the "Getting Started" guide in the Wiki of mobilis/mobilis how to do this.

For XHunt to be compiled you only need MobilisXMPP, MXA, MXJ and MXJS.

If you want to setup your own server you also need the MobilisServer and MobilisServer_ConsoleClient projects.

Now checkout the repository mobilis/XHunt and import the projects.

If you get compile errors first try to fix the MobilisXHunt_Android project.

A common error is a mismatch of Android target versions. MobilisXHunt_Android is currently built using API 17 while the library MXA it relies on is built using API 8.

Right click on MXA project and select "Properties". In the "Android" view select the same APIs you find in the MobilisXHunt_Android project. Now rebuild using Project -> Clean...

Clone this wiki locally