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] (https://developers.google.com/cloud/samples/mbs).
-
Make sure you have Android SDK with Google APIs level 15 or above installed.
-
Import the project into Eclipse.
-
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.