dybarsky / spots-dialog

Android AlertDialog with moving dots progress indicator
MIT License
1.08k stars 242 forks source link

Error:(144, 49) error: incompatible types: SpotsDialog cannot be converted to AlertDialog #28

Closed wahdatkashmiri33 closed 7 years ago

wahdatkashmiri33 commented 7 years ago

i got this error using this library in android studio

koolkvd commented 7 years ago

Your declared alert dialog must be from support library. Please make your dialog android.app.AlertDialog instead of the support one and this error should go away