相关疑难解决方法(0)

断言失败:std::move(hal_2_1_verifier).Run()。初始化,LE Audio Client 至少需要蓝牙音频 HAL V2.1

我最近买了一台新的 Macbook Pro,正在尝试设置 Android Studio。我已经安装了 Java 8、Dart、Flutter 和 Android Studio,当我尝试运行创建新项目时提供的基本代码时,我在终端中重复了以下内容:

F/bt_stack(20411): [FATAL:client.cc(3938)] Assert failed: std::move(hal_2_1_verifier).Run(). Initialize, LE Audio Client requires Bluetooth Audio HAL V2.1 at least. Either disable LE Audio Profile, or update your HAL
F/bt_stack(20411): #00 0x00000070b5806113 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bbb113
F/bt_stack(20411): #01 0x00000070b50889fb /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x000000000043d9fb
F/bt_stack(20411): #02 0x00000070b5137307 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x00000000004ec307
F/bt_stack(20411): #03 0x00000070b580ec37 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc3c37
F/bt_stack(20411): #04 0x00000070b580df3f /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc2f3f
F/bt_stack(20411): #05 0x00000070b580e303 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc3303
F/bt_stack(20411): #06 0x00000070b581134f /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bc634f
F/bt_stack(20411): #07 0x00000070b5838783 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000bed783
F/bt_stack(20411): #08 0x00000070b52bd483 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000672483
F/bt_stack(20411): #09 0x00000070b52bce97 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x0000000000671e97
F/bt_stack(20411): #10 0x00000070b52bd9b7 /apex/com.android.btservices/lib64/libbluetooth_jni.so+0x00000000006729b7
F/bt_stack(20411): …
Run Code Online (Sandbox Code Playgroud)

android-studio flutter

9
推荐指数
2
解决办法
1040
查看次数

标签 统计

android-studio ×1

flutter ×1