I downloaded nRF toolbox android source code from github.com/.../Android-nRF-Toolbox but it can't be built successfully, could you advise how do I do ?
I downloaded nRF toolbox android source code from github.com/.../Android-nRF-Toolbox but it can't be built successfully, could you advise how do I do ?
Hi Jerry,
I need a little more information from you to be able to assist you.
Have you read the README file?
How do you build it ?
What errors do you get?
etc.
System OS: Mac OS 10.13.4
Android Studio Version: 3.1.2
Error message is in attached image
Best regards
Jerry
Hi,
You have to clone the Android-BLE-Library project (https://github.com/NordicSemiconductor/Android-BLE-Library/ ) to the same root directory, so that you have Android-BLE-Library and Android-nRF-Toolbox folders there.
Then, make sure whether the path to the :ble module in nRF Toolbox's settings.gradle file is correct. Sync project and it should work.
Take a look at this issue here: https://github.com/NordicSemiconductor/Android-nRF-Blinky/issues/4 (different project, but same issue).
The BLE Lib will eventually be published on jcenter, like the DFU library. I'm working on second version of it (available there on develop branch), which will add more features.
Hi Aleksander,
Do you know when a stable version of the Android BLE Library version 2 will be released ?