Set your BluetoothController as application in your AndroidManifest.xml
<application
android:icon="@drawable/ic_launcher"
android:name=".BluetoothController" <-- Here is the change
android:label="@string/app_name"
android:logo="@drawable/ic_launcher"
android:theme="@android:style/Theme.Holo.Light" >
0
solved ClassCast Exception Error