Difference between revisions of "Importing Posit into Eclipse"

From Earlham CS Department
Jump to navigation Jump to search
Line 9: Line 9:
  
  
#Install a Google API if you haven't already.
+
#Install a Android Virtual Device Manager if you haven't already.
 
#Go to Window -> AVD Manager
 
#Go to Window -> AVD Manager
##Select your installed Google API
+
##Select your emulated device
 
##Click 'Edit'
 
##Click 'Edit'
 
##Give the SD Card some space (e.g. 10 MiB)
 
##Give the SD Card some space (e.g. 10 MiB)
 
##Under 'Hardware', make sure both GPS support and Camera support are installed and enabled.
 
##Under 'Hardware', make sure both GPS support and Camera support are installed and enabled.
 
##Click 'Edit AVD'
 
##Click 'Edit AVD'
#Run the Google API. Wait a really long time. if it works right, Posit is the globe icon in the menu with the other apps.
+
#Run the Emulator you just edited. Wait a really long time. if it works right, Posit is the globe icon in the menu with the other apps.
  
  

Revision as of 11:07, 23 March 2012

Cross-Platform

  1. Open Eclipse
  2. Go to File -> Import
  3. Under "General", click on "Existing Projects into Workspace"
  4. Hit Next
  5. Browse your workspace directory and find the Posit project folder you downloaded with Mercurial
  6. Check the "Copy projects into workspace" box
  7. Click Finish


  1. Install a Android Virtual Device Manager if you haven't already.
  2. Go to Window -> AVD Manager
    1. Select your emulated device
    2. Click 'Edit'
    3. Give the SD Card some space (e.g. 10 MiB)
    4. Under 'Hardware', make sure both GPS support and Camera support are installed and enabled.
    5. Click 'Edit AVD'
  3. Run the Emulator you just edited. Wait a really long time. if it works right, Posit is the globe icon in the menu with the other apps.


Please Note: If you have issues running the program try:

  • Restarting Eclipse a couple of times
  • Deleting any other projects from the "Package Explorer" toolbar (they will not delete from the workspace directory)

Please keep posting solutions if you run into any other problems