I am looking for a solution like the emails contact image list in gmail's android app,searching i found this library https://github.com/amulyakhare/TextDrawable so i try to use it with Android Studio, but while build.gradle compile... am error has occurred:
Error:
Error:(12, 0) Gradle DSL method not found: 'compile()' Possible causes:
The project 'TestDrawable' may be using a version of Gradle that does not contain the method. Open Gradle wrapper file The build file may be missing a Gradle plugin. Apply Gradle plugin
Someone has the same error ? how know fix it ? or another way to show a circle with the first letter of a List view name,
Thanks.