링크 테스트 mk-verysweet://?http://www.jkids.co.kr/m/product.html?branduid=1176915&search=&xcode=002&mcode=001&scode=001&special=1&GfDT=aGp3UQ%3D%3Dverysweet://powerapp?http://www.jkids.co.kr/m/product.html?branduid=1176915&search=&xcode=002&mcode=001&scode=001&special=1&GfDT=aGp3UQ%3D%3Dverysweet://powerapp?direct_link=/m/product.html?branduid=1176915&search=&xcode=002&mcode=001&scode=001&special=1&GfDT=aG.. 더보기 .aab to .apk 로 (aab파일 apk파일로) 변환하기 1. https://github.com/google/bundletool/releases Releases · google/bundletool Bundletool is a command-line tool to manipulate Android App Bundles - google/bundletool github.com 2. .aab 파일이 있는 경로로 이동 > bundletool-all-1.15.0.jar 파일 붙여넣기 3. terminal 에서 하단 스크립트 실행 - 디버그키로 사인했을시 java -jar "bundletool-all-1.15.0.jar" build-apks --bundle="your.aab(변환할 .aab파일)" --output="universal.apks(.apk파일을 저장할 경로와 파.. 더보기 HTTP 통신 응답헤더 가져오기 응답헤더 가져오는 구문...1) URLConnection 으로 가져오는 방법 URL obj = new URL(params[0]); URLConnection conn = obj.openConnection(); Map map = conn.getHeaderFields(); 2) HttpClien 로 가져오는 방법 HttpClient client = HttpClientBuilder.create().build(); HttpGet request = new HttpGet("http://mkyong.com"); HttpResponse response = client.execute(request); //get all headers Header[] headers = response.getAllHeaders(); for (.. 더보기 이전 1 2 3 4 ··· 18 다음