PhonegapのBluetoothプラグインをAndroidに使用しようとしています。そこからプラグインファイルをダウンロードし、次の手順に従いました。
- com.phonegap.plugin.bluetoothという名前のパッケージを作成しました
- Bluetooth.javaおよびBluetoothPlugin.javaファイルをこれにコピーしました。
<plugin name="BluetoothPlugin" value="com.phonegap.plugin.bluetooth.BluetoothPlugin"/>
plugins.xmlに追加されました
これを行った後、this.ctxのBluetoothPlugin.javaでエラーが発生します。
「タイプの不一致:LegacyContextからContextに変換できません」。
どうすればこれを解決できますか?また、プラグインにはBluetoothフォルダーとBluetoothPluginフォルダーがあり、どちらを使用しますか?