Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash after update to 0.8 version. #117

Closed
rafalniski opened this issue Jul 23, 2015 · 3 comments
Closed

Crash after update to 0.8 version. #117

rafalniski opened this issue Jul 23, 2015 · 3 comments

Comments

@rafalniski
Copy link

Hi,

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?

@wiktor
Copy link
Contributor

wiktor commented Jul 23, 2015

@rafalniski We also did spot this bug. SDK with bugfix will be released by tomorrow.

wiktor added a commit that referenced this issue Jul 24, 2015
 - 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).
@wiktor
Copy link
Contributor

wiktor commented Jul 24, 2015

Fixed with version 0.8.2. Sorry for that.

@wiktor wiktor closed this as completed Jul 24, 2015
@rafalniski
Copy link
Author

@wiktor Cool, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants