Unity-Android-Bluetooth-Low-Energy
Unity-Android-Bluetooth-Low-Energy copied to clipboard
Broken path to unity.jar
The path for unity.jar in build.grade:
implementation files('F:\\Projects\\UnityAndroidBLE\\app\\libs\\unity.jar')
is not universal. it should be
implementation files('libs/unity.jar)'
Good point, that's a mistake on my part. That's changed in the coming update.