Looks like it's missing the permission required for an application to vibrate the device.
Add the following line at the end of your application manifest, before the closing </manifest> tag:
Code:
<uses-permission android:name="android.permission.VIBRATE"/>
Let me know if this solves the problem for you!
For my own benefit, when you say you created a new project from the provided source, are you referring to the source code download? If so I'll update it to make sure it's got the right permissions so others don't have the same problem.
----
Reto Meier
Author,
Professional Android Application Development