Skip to content

Latest commit

 

History

History
 
 

WearStandaloneGoogleSignIn

Android Wear Google Sign-In Sample

Introduction

Sample demonstrating Google Sign-In implementation on Wear OS

Pre-requisites

Please have Android Studio installed and configured. If you're not using Android Studio, you can still follow these instructions but will need to adjust them according to your environment.

Support

You can find support by posting up on the Android Wear Developers Community page at the link below:

If you've found an error in the sample, please file an issue report at: https://github.com/android/wear-os-samples/issues/new

Getting Started

This sample uses the Gradle build system. To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.

Patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.

Setup steps:

  1. Download and install Android Studio if you haven't already.

  2. Import the project into Android Studio.

  3. Follow the setup instructions for integrating Google Sign-in into an Android app at the link below. Remember to use the package name com.example.android.wearable.wear.wearstandalonegooglesignin when configuring your project and credentials, or otherwise modify the sample appropriately if you want to use a different package name.

https://developers.google.com/identity/sign-in/android/start-integrating