본문 바로가기

Cordova

(Cordova) Android Studio Error : jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value 1 Error:Execution failed for task ':transformClassesWithDexForDebug'.> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:\Program Files\Java\jdk1.7.0_79\bin\java.exe'' finished with non-zero exit value 1 해결 방법>> 안드로이드스튜디오에서 app 오른쪽마우스 클릭 > Open Module Settings >> JDK 윗버전으로 변경 더보기
(Cordova) cordova android target change cordova android target change 출처 : http://stackoverflow.com/questions/29396252/cordova-error-please-install-android-target-android-21 I just had the same problem. I had to change the target: # Project target.target=android-22This should be done in two files: myApp/platforms/android/project.propertiesmyApp/platforms/android/CordovaLib/project.properties 위의 경로 들어가서 버전을 변경해주자. 더보기
(Cordova) Android Studio 에서 앱 상태바 없애기-풀스크린모드 만들기 상태바 없애기-풀스크린모드 만들기 색상 입힌 글 + 진한 글씨만 보면 하이브리드 앱에서 풀스크린 해결 가능. http://naito.tistory.com/entry/%ED%83%80%EC%9D%B4%ED%8B%80%EB%B0%94-%EC%97%86%EC%95%A0%EA%B8%B0-%EC%83%81%ED%83%9C%EB%B0%94-%EC%97%86%EC%95%A0%EA%B8%B0-Full-Screen-%EB%AA%A8%EB%93%9C-%EB%A7%8C%EB%93%A4%EA%B8%B0 getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); setTheme(android.. 더보기
(Cordova) 하이브리드앱 이미지 흐릿하게 방지 하이브리드앱 이미지 흐릿하게 방지 출처 : http://programmingsummaries.tistory.com/298 더보기
(Cordova) PhoneGap Error : Caught security exception registering for location updates from system. This should only happen in DumpRenderTree. 코르도바 컴파일 하다보면 경고창 Caught security exception registering for location updates from system. This should only happen in DumpRenderTree. 이런 글이 뜰때가 있다. 이거 써주라고 한다. > 이름이 AndroidManifest.xml 이나 Manifest.xml 이쪽에. 근데 이거 최종 완성할 땐 지웠다. 왜 저런 경고창이 나왔는지, 이걸 왜 지워버렸는지 기억이 안난다. ㅋㅋㅋ 12cs 출처 : http://stackoverflow.com/questions/2267513/using-navigator-geolocation-getcurrentposition-in-webview-on-android-2-0-phone 더보기
(Cordova) WebView 메인페이지에서 앱 종료하기 출처 : http://domoyosi.tistory.com/26 더보기
(Cordova) 앱 키스토어 생성 방법 출처 : http://developer.qcn.co.kr/2015/09/08/android-%EC%95%B1-%EB%B0%B0%ED%8F%AC-%EB%B0%A9%EB%B2%95/ 더보기
(Cordova) 뒤로가기 시 이벤트. 폰갭(코르도바)에서 뒤로가기 버튼을 누르면 뒤로가기가 되는데 아래 두 사이트를 참고하면 뒤로가기 버튼을 제어할 수 있을것이다.(제대로 안해봄.) http://cricri4289.blogspot.kr/2013/10/android-phonegap.html http://ggoreb.tistory.com/192 >> 해봤는데 잘 안됨. 더보기