You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: