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

Proguard error Android Studio 3.3 #63

Closed bluefirepatrick closed 5 years ago

bluefirepatrick commented 5 years ago

I have found that the proguard-rules.pro file throws an error in Android Studio 3.3 It seems to be because the proguard file references a directory instead of a jar -which may be a requirement that changed somewhere along the way.

It's the first line of the file: -libraryjars ../app/libs

I was able to fix it by adding the jar file to the line: -libraryjars ../app/libs/achartengine-1.2.0.jar

which is the only jar in there. I would he happy to submit a pull request if you would like me to. I just thought I would mention it in case it helps.

Thanks for all the great Android code by the way. I have been enjoying it.

philips77 commented 5 years ago

Hello! Please submit the PR. Thanks!

ananthrajsingh commented 5 years ago

I also had the same issue.

philips77 commented 5 years ago

Fixed by #68