I guess that I am missing something here.
After having found this sample within the reference docs, I wanted to test it out.
So, I created a new project by importing this one – targeting v2.3 of the SDK.
However, when the project opens, there are 51 errors.
My question, even though this is supposed to run in versions prior to android 3.0, what version of the SDK should I building it with ?
Set the target API level to 14 (4.0) but the minimum level (in the manifest) to 3 or higher.
Then it should works.