Install IzyNFC™ for Eclipse

1. How to install plugins

  1. Start Eclipse.
  2. Start the installation procedure : select the Help > Software Updates > Find and Install... menu item.
  3. Select "Search for new features to install" option and click Next.
  4. Click New Remote Site...
  5. Give a name (e.g. OJCF Eclipse Site), enter the plugin URL (e.g. http://izynfc.sourceforge.net/update-site/EclipseOJCF/4.1.0/)
  6. Select this new site in the Sites to include in search list and click Next.
  7. Select Eclipse OJCF Feature 4.1.0 in the "Select the features to install" list and click Next.
  8. Accept the terms of the license agreements and click Next.
  9. Verify that the install location is your Eclipse installation directory, otherwise select the correct one, click Finish.
  10. A warning appear telling the feature is not signed. Ignore and click Install to continue.
  11. Accept to restart the workbench to load the plugin into the workbench.

Eclipse is restarted and the plugin is installed.

2. Available plugins

Install Android Development Tools for IzyNFC™

1. How to install ADT plugin

  1. Start Eclipse.
  2. Select Help > Install New Software....
  3. Click Add, in the top-right corner.
  4. In the Add Repository dialog that appears, enter "ADT Plugin" for the Name and the following URL for the Location:

    https://dl-ssl.google.com/android/eclipse/

    Note: If you have trouble acquiring the plugin, try using "http" in the Location URL, instead of "https" (https is preferred for security reasons).

    Click OK.
  5. In the Available Software dialog, select the checkbox next to Developer Tools and click Next.
  6. In the next window, you'll see a list of the tools to be downloaded. Click Next.
  7. Read and accept the license agreements, then click Finish.
  8. When the installation completes, restart Eclipse.

2. Configuring the ADT Plugin

Once you've successfully downloaded ADT as described above, the next step is to modify your ADT preferences in Eclipse to point to the Android SDK directory:

  1. Select Window > Preferences... to open the Preferences panel.
  2. Select Android from the left panel.
  3. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory.
  4. Click Apply, then OK.