Bluetooth.connect()在Samsung S3中抛出NullPointerException,但它在Samsung S中运行正常。有人知道原因吗?

时间:2013-01-07 12:07:49

标签: android nullpointerexception

我尝试使用

编写蓝牙不安全连接代码
 Method m = bleutoothdevice.GetMethod("createInsecureRfComm",

            new Class[]{int.class};
    bluetoothSocket = m.InvokeMethod(,)
像那样 但是在bluetoothSocket.connect调用中,当在S3上运行时,它会给出Null指针异常 但是相同的代码适用于S2和Acer Tab ..

任何人都知道原因???

1 个答案:

答案 0 :(得分:0)

您可以尝试调用方法“createRfcommSocket”