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

Access is denied #65

Closed kanubhav closed 5 years ago

kanubhav commented 5 years ago

I downloaded the zip file and extracted in my desktop. I opened the file in AS and build it. When pressed the run button after some time it flashed me an error. Error: C:\Users\H341261\Downloads\example\Android-nRF-Toolbox\app..\app\libs, File not found: C:\Users\H341261\Downloads\example\Android-nRF-Toolbox\app..\app\libs (Access is denied). Can you tell me how to resolve this error?

philips77 commented 5 years ago

You should see this file in libs folder: https://github.com/NordicSemiconductor/Android-nRF-Toolbox/tree/master/app/libs Check Windows permissions for those folders. Perhaps it prevents from opening a jar file? You may also clone the repo using git, not by downloading it in ZIP and try that way. Sorry, but I can't help you more. It's related to your local setup on your computer.

kanubhav commented 5 years ago

I tried to clone the repo using git but I am getting the same error. In the folder: https://github.com/NordicSemiconductor/Android-nRF-Toolbox/tree/master/app/libs the .jar file is not opening for me. I checked the windows permission also for that folder but still, I am not able to resolve the error.

wollang commented 5 years ago

I have tried the same and have also the same error.

kanubhav commented 5 years ago

Can you please provide a solution for the above issue!

thinkfeed commented 5 years ago

maybe you shouldn't upgrade your com.android.tools.build:gradle version to latest

kanubhav commented 5 years ago

Thanks @thinkfeed it worked.

philips77 commented 5 years ago

Fixed by #68.