Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Recommenders/TechTalk"

Line 13: Line 13:
 
   * Download zip archive
 
   * Download zip archive
 
   * In Eclipse choose File->Import->Existing Projects into Workspace and select the zip file. Import both projects to your workspace
 
   * In Eclipse choose File->Import->Existing Projects into Workspace and select the zip file. Import both projects to your workspace
   * The Android project requires to have an installed [http://developer.android.com/sdk/index.html Android SDK] and the corresponding [https://dl-ssl.google.com/android/eclipse/ eclipse ADT plugin].
+
   * The Android project requires to have an installed [http://developer.android.com/sdk/index.html Android SDK] and the corresponding [https://dl-ssl.google.com/android/eclipse/ eclipse ADT plugin] (Don't forget to set the location of your SDK installation in the Android preferences).

Revision as of 10:26, 18 August 2011

Install the following plug-ins from these update sites:

 * Intelligent Code Completion
 * Codesearch Client
 * Extdoc Client
 * Naive Subwords Completion
 * DON'T install  JDT Callchain Completion ! Another, not JDT based engine is bundled with the Intelligent Code Completion feature.
 * Usage Data Collector Client (NOT server)
 * Download zip archive
 * In Eclipse choose File->Import->Existing Projects into Workspace and select the zip file. Import both projects to your workspace
 * The Android project requires to have an installed Android SDK and the corresponding eclipse ADT plugin (Don't forget to set the location of your SDK installation in the Android preferences).

Back to the top