-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading isse #375
Comments
Please post the full stack trace - you left out the relevant parts. |
Caused by: android.view.InflateException: Binary XML file line #59: Binary XML file line #59: Error inflating class de.hdodenhof.circleimageview.CircleImageView <de.hdodenhof.circleimageview.CircleImageView |
You are using an unsupported scale type. From the readme:
|
android.view.InflateException: Binary XML file line #133: Binary XML file line #133: Error inflating class
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2946)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3081)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1831)
at android.os.Handler.dispatchMessage(Handler.java:106)
The text was updated successfully, but these errors were encountered: