-
Notifications
You must be signed in to change notification settings - Fork 48
Migrating from the Google Plugin for Eclipse
The Google Plugin for Eclipse supported a broad range of Google products. It will not be supported past Eclipse 4.6 (Neon). This page describes supported alternatives for GPE users depending on which parts of GPE you're using.
App Engine standard environment development is supported by Cloud Tools for Eclipse. To migrate your existing GPE project to Cloud Tools for Eclipse:
-
If you're using Eclipse 4.4 or earlier, upgrade to Eclipse 4.5 or later.
-
Install Cloud Tools for Eclipse. This will uninstall GPE.
-
Select the Eclipse project you want to convert in the Package Explorer or Project Explorer.
-
Open the context menu and select Configure > Convert to App Engine Project.
Local run, local debugging, and deployment will now be available for the project.
Apps Script projects can be edited directly in your web browser using the Google Drive script editor.
All of your Apps Script projects are already available in Google Drive. No additional export or conversion is required.
Install the GWT Eclipse plugin.
Android Studio is the official IDE for Android development.
Android Studio can convert your existing Eclipse Android projects into Android Studio projects with Gradle-based build files. For more information, see Migrating from Eclipse.
End User Documentation
- Installation and setup
- Creating a new project
- Running and debugging
- Deploying
- Cloud Tools for Eclipse Tutorial
- Migration from the Google Plugin for Eclipse (GPE)
Contributor Docs