close

from :    https://www.itread01.com/content/1541933583.html

 

1.在res資料夾下建立一個xml資料夾,然後建立一個network_security_config.xml檔案,檔案內容如下:

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <base-config cleartextTrafficPermitted="true" />
</network-security-config>

2.接著,在AndroidManifest.xml檔案下的application標籤增加以下屬性:

<application
...
 android:networkSecurityConfig="@xml/network_security_config"
...
    />

完成,這個時候App就可以訪問網路了。

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 阿貴貴 的頭像
    阿貴貴

    阿貴貴的亂七八糟雜談

    阿貴貴 發表在 痞客邦 留言(0) 人氣()