본문 바로가기

개발/Android14

keytool password 변경하기 keytool password 변경하기 Keystore only has one password. You can change it using keytool:keytool -storepasswd -keystore my.keystore To change the key's password:keytool -keypasswd -alias -keystore my.keystore -- help키 및 인증서 관리 툴 명령: -certreq 인증서 요청을 생성합니다. -changealias 항목의 별칭을 변경합니다. -delete 항목을 삭제합니다. -exportcert 인증서를 익스포트합니다. -genkeypair 키 쌍을 생성합니다. -genseckey 보안 키를 생성합니다. -gencert 인증서 요청에서 인증서를 .. 2016. 3. 6.
Error:Execution failed for task ':app:packageRelease' Error:Execution failed for task ':app:packageRelease'.> Failed to read key xxx from store "/Users/xxx/keystore/xxx.keystore": Cannot recover key => keystore password와 alias password 가 달라서 발생함. 2015. 12. 31.
Could not find com.google.android.gms:play-services:5.0.77 Could not find com.google.android.gms:play-services:5.0.77 gradle sync 시 다음과 같은 오류는 간단히 해결 가능하다 Could not find com.google.android.gms:play-services:5.0.89로 바꾸면 된다. 2015. 12. 11.
android studio compile error 이게 뭐하는 거냐 간만에 안드로이드 좀 할려고 android studio로 프로젝트좀 열었더니, 컴파일 오류가 나네 ㅠㅠ 괜히 업데이트 했네 ​​Error:Abnormal build process termination: Error: This Java instance does not support a 32-bit JVM. Please install the desired version. 이게뭐지? os가 맥64bit 여서 jdk도 64bit가 설치됐는데 ... jvm을 다시 설치해야돼나? ------ ----- ------- 음... 해결했음 ㅋㅋ 물론 다른 오류가 있어서 컴파일이 안되지만 일단 위 에러는 jdk 8 을 설치해서 해결 설치 후 android studio 에서 jdk location 을 수정해.. 2015. 12. 8.
You need to use a Theme.AppCompat theme (or descendant) with this activity android error :You need to use a Theme.AppCompat theme (or descendant) with this activity 2014. 8. 24.
/gen already exists but is not a source folder android project 를 진행하다 보면 가끔 황당하게도 소스에 문제가 없는데빌드가 안되는 경우가 았다 /gen already exists but is not a source folder .... 머 가끔 이런것도 그중 하나 인데.. 해결은프로젝트 properties -> java Build Path -> Source tab에서Add Folder 를 누르고, 그중에 gen 폴더를 체크하고 확인하면 해결된다.. 이상.. 2013. 7. 6.