I am trying to develop a Bluetooth application for Bluetooth (SMART) for Android.
I managed to download the Broadcom BLE SDK , install via the Android SDK Manager, as described on the website, and download sample projects .
When I tried to push one of the examples to my test phones (HTC One S, HTC One X with Bluetooth BLE function), I ran into the following problem:
INSTALL_FAILED_MISSING_SHARED_LIBRARY
Is it possible to enable the broadband library described in the AndroidManifest.xml file? <uses-library android:name="com.broadcom.bt.le" android:required="true"/>
Someone managed to check examples of projects with a wide range? And on which phone?
An error was detected in accordance with this message on the Samsung Galaxy S3, but I did not find any information on HTC products.
UPDATE: What a great news !!!
The latest version of Android 4.3 (Jelly Bean) now supports low-energy Bluetooth Smart accessories.
http://www.android.com/about/jelly-bean/
https://developer.bluetooth.org/Pages/Bluetooth-Android-Developers.aspx
Iβm not sure that each phone will have an update (even the latest HTC One M7, for example), but the following phones will definitely have this major release built in.
sdespont
source share