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 evaluate module dfu #12

Closed jijunpeng closed 8 years ago

jijunpeng commented 8 years ago

The "build.gradle" file in module app has add module "dfu", but it cannot be compiled correctly.

philips77 commented 8 years ago

Hi,

Version 1.16.0 requires the DFU Library project also cloned to the same root directory, and called DFULibrary, as described in README file. However, I've just pushed new version which is importing this lib from jcenter repository and this is no longer needed. The project should now copomile out of the box.

Best Regards, Aleksander