본문 바로가기

전체 글176

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.
몰디브 (maldives) 몰디브 maldives 2012 2015. 12. 14.
swift xcode #pragma mark swift 에서 objective-c 의 #pragma mark 사용하기 objective-c#pragma mark -여기부터 코드 단락 swift // MARK: - 여기부터 코드 단락 * MARK 다음 콜론(:) 사이에 공백이 있으면 안되더라 ...' 2015. 12. 13.
saipan ​​​​ 싸이판 피에스타 전경 2015. 12. 13.
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.