请教一个 Android glide 使用问题
資深大佬 : hehezhang 0
我要用 glide 去网上去加载一个图片
ImageView iv = findViewById(R.id.iv); Glide.with(this).load(url).into(iv);
url 是 ip 加端口的形式 结果报错了
class com.bumptech.glide.load.engine.GlideException: Failed to load resource Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetching data failed, class java.io.InputStream, REMOTE Cause (1 of 1): class com.bumptech.glide.load.engine.GlideException: Fetch failed Cause (1 of 1): class java.io.IOException: Cleartext HTTP traffic to **.***.***.*** not permitted
之后 我使用域名访问就可以正常访问 这是有什么限制吗
大佬有話說 (5)