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
after upgrading library to 0.8 version I started getting this error:
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object android.util.SparseArray.get(int)' on a null object reference
at com.estimote.sdk.repackaged.android_21.ScanRecord.getManufacturerSpecificData(ScanRecord.java:99)
at com.estimote.sdk.Utils.beaconFromLeScan(Utils.java:56)
at com.estimote.sdk.service.BeaconService$2$1.run(BeaconService.java:479)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:211)
at android.os.HandlerThread.run(HandlerThread.java:61)`
Any ideas what might be the case?
The text was updated successfully, but these errors were encountered:
- This is mainly a bugfix release.
- Fixed (#109): Documentation Bug.
- Fixed (#117): Crash after update to 0.8 version.
- SDK demos are now using Material Design (h/t @RingoMckraken).
Hi,
after upgrading library to 0.8 version I started getting this error:
Any ideas what might be the case?
The text was updated successfully, but these errors were encountered: