I have started to learn Android. I am trying to work on Google Map APIs. My app is crashing every time I am trying to launch it, upon investigation I found one notification in build.gradle
file.
Please refer this image to see the message from compiler
I changed com.android.support.constraint:constraint-layout:1.0.0-alpha7
to com.android.support.constraint:constraint-layout:1.0.0-alpha9
to support compileSdkVersion 26
. I am not finding any relevant links on Google to fix this issue.