akexorcist / BluetoothSPPLibrary

[UNMAINTAINED][Android] Bluetooth Serial Port Profile which comfortable to developer application to communication with microcontroller via bluetooth
Apache License 2.0
1.7k stars 572 forks source link

Not able to install in android studio #77

Open vidyajejurkar opened 7 years ago

vidyajejurkar commented 7 years ago

I am trying to add this library in android studio. I am using Lolipop version. I got following error .

Error:(35, 13) Failed to resolve: com.akexorcist:bluetoothspp:1.0.0 Show in File
Show in Project Structure dialog

and how to get our own device UUID programatically.I think it is authors Android phone and devoce UUID

private static final UUID UUID_ANDROID_DEVICE = UUID.fromString("fa87c0d0-afac-11de-8a39-0800200c9a66"); private static final UUID UUID_OTHER_DEVICE = UUID.fromString("00001101-0000-1000-8000-00805F9B34FB");

and I am not able to pair I am getting following error W/BluetoothAdapter: getBluetoothService() called with no BluetoothManagerCallback