ladeng
ladeng

Reputation: 11

Bluetooth Low-Energy INSTALL_FAILED_MISSING_SHARED_LIBRARY

I have a trouble.I want use Bluetooth Low-Energy in my project, I'm select "Open Bluetooth Low-Energy API [Android 2.3.3]" SDK create project.But it's not work. It throws exceptions are as follows: Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY Please check logcat output for more details. Launch canceled!

such a configuration in my engineering I want to find a sample can reference,When I find a sample in the “samples\android-10\BluetoothChat\src\com\example\android\BluetoothChat”, I found that it is not what I need.It is not related with Bluetooth Low-Energy. why haven't Bluetooth Low Energy sample in android SDK? Who can you give me a sample? or tell me how to do it? Please help me, thanks very very much !

Upvotes: 0

Views: 1465

Answers (1)

sdespont
sdespont

Reputation: 14025

Have look on this topic How to use Broadcom BLE SDK (SMART 4.0) in Android 4.X

Android doesn't have a BLE library ready to use. You could try specific Broadcom and Motorola library, but the Bluetooth phone chip must be compatible.

In others words : No BLE support on Android at this time.

Upvotes: 0

Related Questions