1-1) res/xml/network_security_config.xml 파일 생성 후 http 서버 ip 등록
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">xxx.xxx.xxx.xxx</domain>
</domain-config>
</network-security-config>
1-2) AndroidManifest.xml 파일 - application 내에 android:networkSecurityConfig="@xml/network_security_config" 옵션 추가
2) AndroidManifest.xml - application 내에 android:usesCleartextTraffic="true" 옵션 추가
코르도바(Cordova)/폰갭(Phonegap) 으로 하이브리드앱 만들기 (0) | 2020.07.23 |
---|---|
안드로이드용 키스토어(keystore) 파일 생성하기 (0) | 2020.07.22 |
안드로이드스튜디오 - 멀티권한 설정 (0) | 2019.09.09 |
안드로이드스튜디오 - 앱 이름/아이콘 변경하기 (0) | 2019.09.06 |
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity. 에러 (0) | 2019.07.24 |
댓글 영역