evothings / phonegap-estimotebeacons

This repository is no longer maintained - new maintainer is welcome!
MIT License
338 stars 178 forks source link

No beacons detected on android #93

Open joelshotton opened 9 years ago

joelshotton commented 9 years ago

I had an issue with no beacons being detected (when ranging for all beacons in region) on android. This plugin didn't work for me including the beacon-finder app example.

I had to take the latest SDK .jar file and replace the one in this plugin to get it to work.

heypiotr commented 9 years ago

Piotr from Estimote's SDK team here. We made a great deal of improvements to the Android SDK in the past months, including better compatibility with more Android devices.

Android ecosystem is very tricky to work with, many devices have their own quirks when it comes to their Bluetooth implementation. But we're getting there, and it's always a good idea to stick to the latest version of the SDK for bug fixes and improvements.

On 09 Sep 2015, at 02:24, joelshotton notifications@github.com wrote:

I had an issue with no beacons being detected (when ranging for all beacons in region) on android. This plugin didn't work for me including the beacon-finder app example.

I had to take the latest SDK .jar file and replace the one in this plugin to get it to work.

— Reply to this email directly or view it on GitHub.

mayinhosa commented 8 years ago

hey @joelshotton, what .jar file are you referencing? and what did you replace it with? I'm having the same issue.

gnazarkin commented 8 years ago

@mayinhosa any luck?

heypiotr commented 8 years ago

Estimote Android SDK now comes packaged as AAR file. But you can simply unzip the AAR, and inside it, you will find the JAR file.

i2gor87 commented 8 years ago

Can somebody tell me which file to extract and which file to replace? Cause I'm definitely stuck with this =(

i2gor87 commented 7 years ago

@joelshotton Hello, can you help me with replacing jar file? I'm really stuck here, project not compiling. Thank you in advance.

okonon commented 7 years ago

@joelshotton i am on latest sdk and seeing this problem on android 5. estimote android sdk version 1.0.3 Can you provide more details please?

okonon commented 7 years ago

@i2gor87 did you ever figure out the problem?

i2gor87 commented 7 years ago

@okonon I used another library - AltBeacon. It's easier to use and I solved my problems with that library.