In the beginning of this chapter I’m told to convert my LinearLayout to a ConstraintLayout by using the ‘Component Tree’ of the graphical layout tool.
After following the instructions I received this error:
"A problem occurred configuring project ‘:app’.
> Could not resolve all dependencies for configuration ‘:app:_debugApkCopy’.
> Could not find com.android.support.constraint:constraint-layout:1.0.0.
Required by: CriminalIntent:app:unspecified "
I don’t understand why gradle can’t find my dependency because I definitely added it. Can anyone help?