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
My compileSDK version was lower than the targetSDK version so all I had to do was match them and sync project and the error was resolved.