-
Notifications
You must be signed in to change notification settings - Fork 56
Configure Workspace Android
mlmateo edited this page Sep 4, 2014
·
1 revision
- 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
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.