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

error: cannot find symbol variable Request #53

Closed Roarin closed 6 years ago

Roarin commented 6 years ago

I am tryonnng to build the library in android studio. However I keep getting this error.I have tried disabling minify, setting sdkversion . Could someone please help me out?

I have the same folder structure as suggested.

philips77 commented 6 years ago

Hi, there's a missing import. I moved the Request class from an inner class, to a standalone class in the BLE Library, but didn't update the app. I'll fix it today. I'm about to release version 2 of the BLE Library, which is available now on develop branch. You may try it: Checkout develop branches on BLE Library, nRF Toolbox and another project called BLE Common Library, also available on our GitHub.