The exception I got was AAPT: error: resource android:attr/android:progressBarStyle not found.. I open the source in progress_dialog.xml of the library
style="?android:attr/android:progressBarStyle" />
This line seems to be the problem.
@hebertialmeida @kjantzer @mahavir155 @thestr4ng3r @n0m0r3pa1n
Supposedly,
<ProgressBar
android:id="@+id/loading"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="?android:attr/progressBarStyle" />