Chivorns / SmartMaterialSpinner

The powerful android spinner library for your application
https://github.com/Chivorns/SmartMaterialSpinner
Other
333 stars 56 forks source link

Sample app crashes #48

Closed ubarua123 closed 3 years ago

ubarua123 commented 3 years ago
Caused by: java.lang.RuntimeException: Font asset not found fonts/hinted_cello_sans_light.ttf
        at android.graphics.Typeface.createFromAsset(Typeface.java:839)
        at com.chivorn.smartmaterialspinner.SmartMaterialSpinner.initAttributes(SmartMaterialSpinner.java:276)
        at com.chivorn.smartmaterialspinner.SmartMaterialSpinner.init(SmartMaterialSpinner.java:247)
Chivorns commented 3 years ago

Thank @ubarua123 , I will check it soon. Is it the app from Play Store?

ubarua123 commented 3 years ago

No.. I cloned the repo and ran it

Chivorns commented 3 years ago

Hi @ubarua123 , I found it now. It error only if you run with Kotlin module. let me update it

Chivorns commented 3 years ago

Hi @ubarua123 , I already pushed the latest source code to repo. Please review. Thank for your feedback.