I get the Error
Unable to start activity ComponentInfo{de.androidbuch.activiti/de.androidbuch.activiti.task.Activity}: android.view.InflateException: Binar
For me it was after scrolling in the stack trace i found im missing the permission for android.permission.ACCESS_NETWORK_STATE
after adding this permission it was fixed