Broadcom BLE SDK

怎甘沉沦 提交于 2019-12-08 11:53:37

问题


I am trying to run samples provided in BroadCom BLE SDK. i have created AVD by installing this SDK but the application is not getting installed on the emulator. It gives as error which says

Installation error: INSTALL_FAILED_MISSING_SHARED_LIBRARY [2012-04-18 14:17:59 - BleFindMeServer] Please check logcat output for more details. [2012-04-18 14:17:59 - BleFindMeServer] Launch canceled!

Any pointers to a solution to this? Do we have to run this sample on the actual device?


回答1:


Referencing this thread.

http://community.developer.motorola.com/t5/Android-App-Development-for/Bluetooth-Low-Energy-on-XT910/td-p/24412

The android device you are building on may not contain the shared library, in this case the broadcom ble sdk. So while your application may build, the device won't recognize the shared library as it does not support it.

If you want to test and use BLE on a device, you will have to make sure that device supports BLE. Currently, I think these are only Motorola devices, and you will have to include the Motorola designated BLE SDK for the particular device.

You can find more information here. http://developer.motorola.com/docs/bluetooth-low-energy-gatt-framework-api/

On another note, As far as i know, the android emulator does not support bluetooth. Classic or BLE.

Hope this helps



来源:https://stackoverflow.com/questions/10206152/broadcom-ble-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!