Android Gradle CompilationFailedException after Android Studio Update
Thanks for Paradox his answer helped me.
in the last version of Android Studio, the icon has been changed
I solved this with the suggestion from @CommonsWare to go in the Build view's second toolbar button down from the top which toggles between the tree view and the raw Gradle console output. The error showed that this was caused by using a deprecated view, ArticleListAdapter. Removing this fixed the error.
The other warning was fixed by changing compile
to implementation
in the App level build.gradle.