Android 10 踩坑实录 👉 2020-01-20
Posted 风之旅人
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android 10 踩坑实录 👉 2020-01-20相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
踩坑实录 Android studio中关于 No cached version of **** available for of处理办法