This project is an Android native client sample for Mobile Backend Starter that works with AndroidStudio.
Disclaimer: This is not an official Google Product.
These instruction list only the key steps. For detailed setup instructions and documentation visit the [Google App Engine developer site] (https://developers.google.com/cloud/samples/mbs).
-
Make sure you have the Android SDK with Google APIs level 15 or above installed.
-
Import the project into Android Studio (File -> Import Project).
-
Update the value of
PROJECT_ID
inmobile-backend-starter-android-client-core/src/main/java/com/google/cloud/backend/core/Consts.java
to the app_id of your deployed Mobile Backend5. Make sure that your Mobile Backend is configured with OPEN mode. Also update yourPROJECT_NUMBER
andWEB_CLIENT_ID
with the values from your console project. -
Run the application.