joshuajnoble / blepdroid

Bluetooth Low Energy for Processing Android
38 stars 11 forks source link

Update to Gradle and latest version of Android mode #7

Closed codeanticode closed 5 years ago

codeanticode commented 5 years ago

@joshuajnoble take a look when you have a chance. In addition to upgrading to Gradle, I did some changes in the permission request code in the library itself. An Android Studio project is included under the debug folder that could be useful to troubleshoot the library.

joshuajnoble commented 5 years ago

Hi Andres,

Thanks so much for this. I don't currently have an Android device to check this but am getting one soon and so will merge this to test against once I do have.

HansAMpaD commented 5 years ago

Hi Joshua,

Thanks with the help from Andres it looked that I was able to use your great library again. Unfortunately there are still some errors.

In the console I can see:

schermafbeelding 2019-01-06 om 09 19 51

Looking for the keyset() error, I found that java 8 could have something to do with it, so I switch back to java 7. The error disappeared but it stopped again after: connectDevice::connected device BluetoothLEService connectDevice

It seems not to continue with my code

When I run a previous app it looked like this (hope it helps troubleshooting):

schermafbeelding 2019-01-06 om 09 18 00

Thanks in advance for your help.