I am getting the error: \"Ambiguous method call\" on initializing Toolbar using Android Studio 3.0 RC1. I have extended my Activity with AppCompatActivity and compiling my appli
I've had the same issue Mine was related to the compileSdkVersion number from build.gradle app. Changed to the latest and it worked for me.