Estimote / Android-Fleet-Management-SDK

Estimote Fleet Management SDK for Android
https://developer.estimote.com
MIT License
836 stars 451 forks source link

java.lang.NullPointerException when using SDK on Emulator #134

Closed homtec closed 8 years ago

homtec commented 8 years ago

When using the SDK on the standard Android emulator, you get a NullPointerException as BluetoothAdapter is not present.

java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.bluetooth.BluetoothAdapter.isEnabled()' on a null object reference

Poberro commented 8 years ago

This issue is fixed in SDK release 0.9.6

homtec commented 8 years ago

:+1: