-5
Androidスタジオは、mBluetoothManager
が不明なクラスですと言っています。誰でも説明できますか?mBluetoothManager =(BluetoothManager)getSystemService(Context.BLUETOOTH_SERVICE); mBtAdapter = mBluetoothManager.getAdapter();
mBluetoothManager = (BluetoothManager) getSystemService(Context.BLUETOOTH_SERVICE);
mBtAdapter = mBluetoothManager.getAdapter();
[よく質問するにはどうすればよいですか?](http://stackoverflow.com/help/how-to-ask)、[最小限の完全かつ検証可能なサンプルを作成する方法](http ://stackoverflow.com/help/mcve)。 – giusti