Android
Previous Topic  Next Topic 
  1. Setup Eclipse for Android
  2. Download and install Eclipse (eclipse-jee-ganymede-SR2-win32).
  3. Download latest Android SDK 1.5 or higher from Android website.
  4. In Eclipse, go to Windows -> Preferences.


  5. Click on Android and give the path of the downloaded Android SDK folder.


  6. Click Help -> Software Updates…


  7. It will open a new pop-up window which will have list of the available software plugins. If the plugin circled in red is not available, then click on Add Site button.


  8. Type the following address in the location box https://dl-ssl.google.com/android/eclipse/  and click on OK.
  9. Adding client code for Android to Eclipse:
  10. Download Client from Smart App.
  11. In Eclipse click File -> Import


  12. Then select existing project in the workspace.


  13. Click on Next and browse to the path where the Client code has been downloaded
  14. The screen will look as shown. Uncheck other types of client projects.


  15. Click on Finish. The project explorer will look like


  16. Now download the generated app code from Smart App. By clicking Download code link. Extract the zip and copy app the files from that folder and paste all the files in the assets folder of our Android Client.
  17. For more info on Android, please visit:
    http://developer.android.com/sdk/index.html