network_security_config.xml 파일에 내컴퓨터의 ip를 넣어야한다.
cmd창에서 ipconfig명령어를 입력한 후 ipv4값을 넣으면된다.
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="false" />
<domain-config cleartextTrafficPermitted="true">
<domain includeSubdomains="true">10.0.2.2</domain>
<domain includeSubdomains="true">내 컴퓨터의 IP</domain>
</domain-config>
</network-security-config>
'프로그래밍 > Android' 카테고리의 다른 글
[Android] holder.getAdapterPosition의 Deprecated (0) | 2022.07.31 |
---|---|
[Android] 키보드로 EditText 아래 객체가 가려질때 해결법 (0) | 2022.07.30 |
[Android] 한글만 입력할수있도록 하는 코드 (0) | 2022.07.28 |
[Android] 버튼 클릭시 색변경 (0) | 2022.07.28 |
[Android] 버튼 테두리 지정 (0) | 2022.07.27 |
댓글