I have been struggling with this problem all day and will be grateful for the help of this community.
I am trying to run an Android project using the Google App Engine as a backend on eclipse. I got the App Engine installation on the Google Cloud Platform, and now I just need to integrate it with my eclipse of the Android project using Entity and Endpoints. (reading this lesson: https://developers.google.com/eclipse/docs/endpoints-addentities )
After downloading the Google eclipse plugin for eclipse 4.2 in the "Installing new software" section, I get appengine-java-sdk1.8.8 , but in the "Settings" section β Google β AppEngine sdk does not exist. So I tried adding it by setting "(eclipse-path) /plugins/com.google.appengine.eclipse.sdkbundle_1.8.8/)", but it says: Failed to initialize the App Engine SDK in (path to the AppEngine SDK)
I have been looking for a solution to this problem for all of today and so far, I have tried:
-Save permissions using chmod -Install Java SE 1.7.0_45 (latest version) and switch the JRE back and forth with 1.6 and 1.7 - checked both Eclipse 3.7 and 4.2.2
I am running Mac OSX Mountain Lion. Someone please help!
java android eclipse google-app-engine
kkim0211
source share