I get the Error
Unable to start activity ComponentInfo{de.androidbuch.activiti/de.androidbuch.activiti.task.Activity}: android.view.InflateException: Binar
Just had this same error. The reason for mine was the visibility of my fragment class. It was set to default, should be public.