NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.07k stars 461 forks source link

cannot Run after downloading the source folder in android studio. #48

Closed VinayTShetty closed 6 years ago

VinayTShetty commented 6 years ago

I have downloaded the zip folder from the link after opening in android android studio its not showing the option s for Run. I have attached the screen Shot. capture

philips77 commented 6 years ago

You have to resolve the issues first. I guess the :ble module could not be found. Make sure you also have the Android-BLE-Library project, and the path to ble module on nRF Toolbox's settings.gradle file points to ble folder in BLE Library.

philips77 commented 6 years ago

Same that you had to do with nRF Blinky. Then i think sync may work and app and wear options should be shown.

philips77 commented 6 years ago

The nRF Toolbox now imports BLE Lib from jcenter. This should now work out-of-the box after cloning the project without the need to set up the library.