douglasjunior / AndroidBluetoothLibrary

A Library for easy implementation of Serial Bluetooth Classic and Low Energy on Android. 💙
MIT License
224 stars 68 forks source link

BluetoothService init #29

Closed zeffa closed 5 years ago

zeffa commented 5 years ago

When calling BluetoothService.init(config), app crashes with 'InstantiationException'. Error message: 'Can't instantiate abstract class com.github.douglasjunior.bluetoothclassiclibrary.BluetoothService'. Help please

zeffa commented 5 years ago

Don't worry I found out what I was missing. Thanks