Results 2 comments of fangood

133应该是适配问题, `BluetoothDevice bluetoothDevice= mDatas.get(position); //连接设备 tvSerBindStatus.setText("连接中"); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) { mBluetoothGatt = bluetoothDevice.connectGatt(MainActivity.this, true, gattCallback, TRANSPORT_LE); } else { mBluetoothGatt = bluetoothDevice.connectGatt(MainActivity.this, true, gattCallback); }`

I have same issue: Process: com.qk365.thweeks, PID: 15108 java.lang.RuntimeException: this should be called in Main Thread at com.volokh.danylo.video_player_manager.ui.MediaPlayerWrapper.onVideoSizeChanged(MediaPlayerWrapper.java:214) at android.media.MediaPlayer$EventHandler.handleMessage(MediaPlayer.java:3402) at android.os.Handler.dispatchMessage(Handler.java:105) at android.os.Looper.loop(Looper.java:176) at android.app.ActivityThread.main(ActivityThread.java:6701) at java.lang.reflect.Method.invoke(Native Method) at...