Closed starryalley closed 4 years ago
I don't know if you changed something for android 4 but it still doesn't work. Android studio tells me that the mindsk is at 19.
No I haven't done anything yet.
Unfortunately I took a look at the main package which advertises the phone as a Bluetooth LE device, the minimal supported version is API 21 (Android 5.0 Lollipop): https://developer.android.com/reference/android/bluetooth/le/package-summary
It is impossible to support Android 4.4 Kitkat (API 19). You will at least need an ANT+ BLE enabled Android 5.0 device to run this app.
This issue will then focus on supporting API 21.
Bluetooth LE: Android 4.3 (API level 18)
See if it's possible to support older android version.
See #1