Failed to create a connected Android AppEngine project in eclipse?

I installed the google plugin for eclipse. When you create a project using New> Project> AppEngine Connected Android Project, the wizard gets stuck in the Generating cloud endpoints library . The study found that the following error occurs

 RegisterActivity cannot be resolved to a type 

How to solve this problem?

+4
source share
1 answer

The Android Connected Android Project has been deprecated. When installing Eclipse 4.2 and the current GPE, I do not see this option. Endpoints have replaced this.

The easiest way to get started with IMO is to create an Android project, and then use the AppEngine Backend Generator Wizard (i.e., select the Android project in the package explorer and then find this wizard in the Google submenu).

This will create an App Engine project with endpoints and configure it to automatically copy your endpoint libraries to your Android project when you select "generate endpoint libraries for clouds."

+3
source

All Articles