android.bluetooth.BluetoothAvrcp 缺少导入
Import missing for android.bluetooth.BluetoothAvrcp
我正在尝试使用包 android.bluetooth 中的 class BluetoothAvrcp,但导入失败。它似乎无法归档 class.
import android.bluetooth.BluetoothAvrcp;
在使用那个之前我需要添加什么吗?
SDK 22.
谢谢。
碰巧这些 类 需要从源代码构建 android rom。
按照以下 link 从源构建。
我正在尝试使用包 android.bluetooth 中的 class BluetoothAvrcp,但导入失败。它似乎无法归档 class.
import android.bluetooth.BluetoothAvrcp;
在使用那个之前我需要添加什么吗?
SDK 22.
谢谢。
碰巧这些 类 需要从源代码构建 android rom。
按照以下 link 从源构建。