okhttp32 [Retrofit2] GET, POST 로 API 호출해서 JSON 데이터 받아오기 [ build.grade (Module) ] dependencies { implementation 'com.squareup.retrofit2:retrofit:2.6.0' implementation 'com.squareup.retrofit2.converter-gson:2.6.0' } [ AndroidManifest.xml ] [ res/xml/network_security_config ] [ Result.java ] public class Result { private String code; private String message; public String getCode() { return code; } public void setCode(String code) { this.code = code; } p.. 2021. 2. 22. java.net.SocketException: socket failed: EACCES (Permission denied) AndroidManifest.xml 파일 안에 아래 권한을 추가하면 오류가 사라진다. 2021. 2. 20. 이전 1 다음