Hi Bob, Many thanks! I changed the min API to version 11 in the manifest and the problem went away. The example code specifies minimum API of 6 (<uses-sdk minSdkVersion="6" />), thus I guess the issue must have crept in with later Android releases.
If I knew how I would report this to the powers-that-be to ensure they are aware of it. I imagine it is important to them that their example reference code runs OK. tma On Tuesday, November 6, 2012 10:46:45 AM UTC-8, bob wrote: > > Maybe increase the minimum SDK version to at least 11? I think there's > some issue with getActionBar or something, so it needs to be above 8. > > > > On Tuesday, November 6, 2012 12:07:39 PM UTC-6, tma wrote: >> >> Greetings, >> >> I am having difficulty getting the BluetoothChat example given >> in the SDK to run on my Asus Transformer tablet. I get the message: >> "Unfortunately, Bluetooth Chat has stopped.". I can run other bluetooth >> apps on my tablet with successful connection to devices. >> >> I am running api 4.1.1 on my tablet and have the minimum api >> level statement in the manifest set to 8. The example compiles successfully >> and I can export and install the apk without any errors reported. However >> the app stops during initialization. I cannot debug in the AVM as it does >> not support bluetooth. Although I have a USB interface cable for my >> Transformer on order it hasn't arrived thus I cannot yet debug via my >> tablet. >> >> I wonder if anyone in this group has been down the same path? >> Any suggestions? >> >> Best Regards, >> tma >> >> >> -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

