evothings / cordova-ble

Bluetooth Low Energy plugin for Cordova
http://www.evothings.com/
Apache License 2.0
242 stars 103 forks source link

BLE.java uses or overrides a deprecated API #141

Open woodev01 opened 7 years ago

woodev01 commented 7 years ago

When I'm building in Cordova I am getting an error. It still lets me compile about half of the time, but it always warns that BLE.java uses or overrides a deprecated API when it does it's compileDebugJavaWithJavac.

Is this a common thing? Is this going to be patched by the evothings team?

acutetech commented 7 years ago

I don't know which deprecated API woodev01 is referring to. But I notice that BLE.java uses adapter.startLeScan() which is deprecated. Should all methods be checked?