在Android Studio中我得到BluetoothDevice類
不兼容的類型。發現: 'android.os.Parcelable []',需要: 「android.bluetooth.BluetoothDevice
錯誤在這行 「BluetoothDevice device=intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_DEVICE);
」 請幫我在此先感謝。
在Android Studio中我得到BluetoothDevice類
不兼容的類型。發現: 'android.os.Parcelable []',需要: 「android.bluetooth.BluetoothDevice
錯誤在這行 「BluetoothDevice device=intent.getParcelableArrayExtra(BluetoothDevice.EXTRA_DEVICE);
」 請幫我在此先感謝。
更換getParcelableArrayExtra
與getParcelableExtra
因爲BluetoothDevice類實現Parcelable。
偉大的作品非常感謝@Alexandre –
不客氣!你能接受我的回答嗎? –
我該如何提出一個好問題? http://stackoverflow.com/help/how-to-ask – adalPaRi
如果你看到像你的問題,你提供的信息,你會知道如何幫助?提供logCat和代碼,它給你的錯誤 –