Hi all,
Other boards packages install like a charm. Only AVR packages cause this :
java.lang.NullPointerException
java.lang.RuntimeException: java.lang.NullPointerException
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:175)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
at cc.arduino.contributions.packages.ContributionInstaller.remove(ContributionInstaller.java:276)
at cc.arduino.contributions.packages.ui.ContributionManagerUI.lambda$onInstallPressed$2(ContributionManagerUI.java:170)
Any clue?
Thanks
Denis
Solved: I had two versions of the packages in both Arduino15/hardware directories. Deleted the old one and now the latest are installed (resp. 1.8.2 and 1.8.6)