This project is Android native client sample for Mobile Backend Starter.
Disclaimer: This is not an official Google Product.
The instruction below lists just some key steps.
For detailed setup instructions and documentation visit Google App Engine developer site. It may also be helpful to watch this Google I/O session and read the corresponding blog post.
-
Make sure you have Android SDK with Google APIs level 15 or above installed.
-
Import the project into Eclipse by selecting File > Import > General > Existing Projects into Workspace and then supplying the directory where you unzipped the downloaded project.
-
If you don't have Google API level 16 installed then in project properties, select Android and change Project Build Target to Google APIs with API Level 15 or above.
-
Update the value of
PROJECT_ID
insrc/com/google/cloud/backend/android/Consts.java
to the app_id of your deployed Mobile Backend 5. Make sure that your Mobile Backend is configured with OPEN mode. -
Run the application. All required jars and other files are included in the GitHub repository. If you see any compilation or build errors they most likely can be resolved by following the steps in the documentation.