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,
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 ?
Hi Aleksander,
Do you know when a stable version of the Android BLE Library version 2 will be released ?
Hmm... It looks stable for me already. If I'm going to make any changes, they will only add features. And I'm with for any feedback how stable it is, no issues so far.
It's not yet 2.0 mainly because of lack of resources. I'm busy with some other project right now.
Do you have any comments on it?