I have Android Studio Beta. I created a new project with compile my old modules but when I tried launching the app it did not launch with the message:
Error:
For me it was updating the firebase messaging in app\build.gradle:
compile 'com.google.firebase:firebase-messaging:10.0.1'
to
compile 'com.google.firebase:firebase-messaging:11.4.2'