posted 13 years ago
Hi all,
I am writing a small bluetooth application to search for devices. However, the bluetooth adapter instance is always null. See the code below.
And the manifest file is
Message in the LogCat is null pointer exception at line 20 (refer BluetoothDemo.java)
What could be the reason?
Thanks in advance!
--Renjith