Skip to content

Configure Workspace Android

mlmateo edited this page Sep 4, 2014 · 1 revision

Eclipse & Android

  • To Work with G3m you must have an eclipse workspace with the ADT plugin installed.
  • You can find more about that: installing adt - eclipse
  • If you have a good android device (good resolution, latest android versions, good processor) the development will be easier, anyway you can use the simulator or any device since Android 2.3

G3M configuration

Once you have the environment installed we can start with the G3M configuration:

  • Clone the repository. Tip: Use the branch purgatory if you want to use the latest capabilities of G3M, the branch master is a little more stable but is older.
  • Import to the workspace the following projects:
  • G3MAndroidSDK (This is the native API on Android)
  • G3MSharedSDK (This code is shared between Android and GWT version)
  • G3MAndroidDemo (This project is no needed, but you can see here how to develop a real app, this code is just the same than is on Google Play Store. G3M Application

Tip: Project -> Clean until the errors disappears.

When you have all of this installed you will be able to execute the G3MAndroidDemo project on your device.

Clone this wiki locally