Demonstrates use of the Nearby.Messages API for communicating between devices within close proximity of each other.
This sample allows a user to subscribe to messages published by nearby BLE devices.
To run this sample, use two or more devices to publish and subscribe messages.
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.a98labs.nearbybeaconsampleandroid
for the package name. -
Copy the API key generated, and paste as value for the
com.google.android.nearby.messages.API_KEY
meta-data inAndroidManifest.xml
.
If you've found an error in the sample, please file an issue in this repo.