BLE-Indoor-Positioning
BLE-Indoor-Positioning copied to clipboard
Can the application work without google play services?
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.