This sample used as a base https://github.com/googlesamples/android-nearby/tree/master/messages/NearbyDevices
This sample uses the Gradle build system. To build this project, use the "gradlew build" command. Or, use "Import Project" in Android Studio.
To use this sample, follow the following steps:
-
Create a project on Google Developer Console. Or, use an existing project.
-
Click on
APIs & auth -> APIs
, and enableNearby Messages API
. -
Click on
Credentials
, then click onCreate new key
, and pickAndroid key
. Then register your Android app's SHA1 certificate fingerprint and package name for your app. Usecom.google.android.gms.nearby.messages.samples.nearbydevices
for the package name. -
Copy the API key generated, and replace/paste it in
AndroidManifest.xml
.