码迷,mamicode.com
首页 > 移动开发 > 详细

Android 10 踩坑实录 👉 2020-01-20

时间:2020-01-20 15:04:48      阅读:443      评论:0      收藏:0      [点我收藏+]

标签:ssl   联网   tick   href   get   clear   ===   roi   error   

1.https联网限制

Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setUseSessionTickets(Z)V (light greylist, reflection)
Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setHostname(Ljava/lang/String;)V (light greylist, reflection)
Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->getAlpnSelectedProtocol()[B (light greylist, reflection)
Accessing hidden method Lcom/android/org/conscrypt/OpenSSLSocketImpl;->setAlpnProtocols([B)V (light greylist, reflection)

W/123: null end with: ERROR ]---===---[  Exception : CLEARTEXT communication to dldir1.qq.com not permitted by network security policy

Fixed ?? android:usesCleartextTraffic="true"

2.安装APP时提示:安装包有异常,无法安装

https://blog.csdn.net/lsldd/article/details/89962353
??
gradle.properties add android.injected.testOnly=false

Android 10 踩坑实录 👉 2020-01-20

标签:ssl   联网   tick   href   get   clear   ===   roi   error   

原文地址:https://www.cnblogs.com/jooy/p/12217569.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!