Bluetoothchat Example: Nullpointerexception
Possible Duplicate: getActionBar returns null Complete Android noob. I am trying to run the BluetoothChat example from a Galaxy S3, and it appears to crash the moment the applic
Solution 1:
Solution found here: getActionBar returns null
this needs to go to the onCreate()
method in bluetoothChat.java
getWindow().requestFeature(Window.FEATURE_ACTION_BAR);
Post a Comment for "Bluetoothchat Example: Nullpointerexception"