glide
glide copied to clipboard
图片地址包含端口号 图片地址包含端口号 The image address contains the port number
implementation 'com.github.bumptech.glide:glide:4.16.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
new GlideUrl(url, builder.build());
If the image address contains a port number, the Glide library will ignore the port number by default.
For example, the image address is:“ http://xxx.com:8080/1.jpg So the network request will become http://xxx.com/1.jpg Failed to load the image.