android 에서 http://localhost
에 접속하려면
2가지 문제가 있다
AndroidManifest.xml 의 application 태그에
android:usesCleartextTraffic="true"
속성을 주면 된다
main/AndroidManifest.xml 이면 에뮬레이터
development/AndroidManifest.xml 이면 빌드 파일 설정임
android 에서 10.0.2.2 로 설정하면 127.0.0.1(localhost) 로 설정된다