neXenio / BLE-Indoor-Positioning

Multilateration using bluetooth beacons
Apache License 2.0
430 stars 129 forks source link

Can the application work without google play services? #180

Open jasirjasir opened 3 years ago

jasirjasir commented 3 years ago

The app is working fine on my android mobile phone. but I am not able to build the application in my android wearable glass since it won't support google play services.

implementation 'com.google.android.gms:play-services-location:17.0.0'

Can anyone help me to solve the issue? Is there any way to run the app without Google play services? As per my thought, GMS services are used to scan bulk BLE devices together and send to the callback function. Share your comments.