Strange issue, implementing the project directly via GitHub is not working:
implementation ("com.github.ytai.ioio:IOIOLibAndroidBluetooth:6.3")
implementation ("com.github.ytai.ioio:IOIOLibAndroidAccessory:6.3")
implementation ("com.github.ytai.ioio:IOIOLibAndroidDevice:6.3")
However, it works if the AAR files are placed in the lib folder:
implementation files("libs/IOIOLibAndroidAccessory-release.aar")
implementation files("libs/IOIOLibAndroidBluetooth-release.aar")
implementation files("libs/IOIOLibAndroidDevice-release.aar")
Strange issue, implementing the project directly via GitHub is not working:
However, it works if the AAR files are placed in the lib folder: