Back to Glide

ISSUE TEMPLATE

ISSUE_TEMPLATE.md

5.0.72.1 KB
Original Source
<!-- Please fill in the below fields with some data to help us best diagnose the issue. The more specific you are, the better! You can help a lot by not making us ask these questions. Feel free to remove any irrelevant parts that you know are not related to the issue. Any HTML comment like this will be stripped when rendering markdown, no need to delete them. --> <!-- What version of Glide you're running, for example: 3.7.1 | 3.8.0-SNAPSHOT | 4.0.0-SNAPSHOT It's essentially the version number from your build.gradle: `dependencies { compile '...:x.y.z' }` -->

Glide Version:

<!-- Do you use any integration library, like OkHttp3 or Volley? For example: Fails to display with stock networking, but works with okhttp3-1.4.0 -->

Integration libraries:

<!-- What devices you managed to get the issue to come up on? For example: fails on Galaxy S4/GT-I9500 4.4.2, works fine on Nexus 6P 5.1 and Genymotion Nexus 5 5.0.1 -->

Device/Android Version:

<!-- Share the details of your issue in prose, detailing actual and expected behavior. It also helps if you give some info **why** you are trying to do something as opposed to **what** is not working. -->

Issue details / Repro steps / Use case background:

<!-- How do you use Glide? Make sure you include everything as is in your app's code: Changing a single method parameter can yield totally different results. Please clarify any magic variables that appear in the code, for example: "// `this` is a Fragment" -->

Glide load line / GlideModule (if any) / list Adapter code (if any):

java
Glide.with...
<!-- How does your app look like? We're most interested in the layout attributes and the hierarchy around the ImageView -->

Layout XML:

xml
<FrameLayout xmlns:android="...
<!-- What is the error message that you got in the log? You can find some help on diagnosing issues here: https://github.com/bumptech/glide/wiki/Debugging-and-Error-Handling -->

Stack trace / LogCat:

ruby
paste stack trace and/or log here
<!-- Bonus points if you attach a relevant screenshot, screen recording or a small demo project -->