This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

DeviceScan uses the android studio with miniSdkVersion newer than SDK21

Hi: I download the google official example "android-BluetoothLeGatt" from github In the original code, the SDK26 is used, but it can not find any BLE device.

If the minSdkVersion is modified as 21, it can works proper.

Does anyone suffer the same problem? Beside use the SDK21, is there another way to solve this problem ?

thanks for your help. Wishes Best.

Related