Pgyer Docs
SDK (Archived)

Android SDK Eclipse Plugin

Steps for installing the PgyerSDK plugin in Eclipse and integrating the Pgyer Android SDK with one click.

The Pgyer SDK is no longer maintained. For new integrations, use the Pgyer API directly. This page is kept for legacy Eclipse projects.

The PgyerSDK Eclipse plugin lets you integrate the Pgyer Android SDK into an Android project in Eclipse / ADT with a single click.

Prerequisites

  • Eclipse or ADT (Android Developer Tools).
  • Access to the Pgyer update site: http://www.pgyer.com/eclipse/.

Install the Plugin

Open Eclipse, go to Help → Install New Software..., and enter the following URL in the input field above the Select All button:

http://www.pgyer.com/eclipse/

Click Select All, uncheck Contact all update sites, then click Next> until installation completes and Eclipse restarts.

Select any Android project in the workspace. If the context menu now contains a Pgyer entry, installation succeeded.

Integrate the SDK

Right-click the Android project and choose Pgyer → Integrate SDK. The plugin will automatically:

  1. Add the Pgyer SDK to the project's libs directory.
  2. Verify that AndroidManifest.xml contains the permissions required by the SDK.

Once you see the "Configuration validated" prompt, you can start calling the SDK's APIs.

On this page