"Failed to read key AndroidDebugKey from store"에 해당되는 글 - 1건
Post
cocos2d-x apk 빌드 성공!!!!(+Failed to read key AndroidDebugKey from store 에러)
[ 이전게시판/cocos-2d ] 2024. 2. 29. 19:54이전 포스팅에 이어서 또 새로운 에러 발발...
에러를 고치면?
새로운 에러가 나타나지.
짤빵생각나ㅠㅠㅋㅋㅋㅋㅋㅋㅋ
> Task :test4:packageDebug FAILED
Task ':test4:packageDebug' is not up-to-date because:
No history is available.
All input files are considered out-of-date for incremental task ':test4:packageDebug'.
Unable do incremental execution: full task run
:test4:packageDebug (Thread[Task worker for ':' Thread 11,5,main]) completed. Took 0.015 secs.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test4:packageDebug'.
> com.android.ide.common.signing.KeytoolException: Failed to read key AndroidDebugKey from store "C:\Users\user\.android\debug.keystore": Invalid keystore format
* Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 2m 15s
55 actionable tasks: 55 executed
VCS Checkout Cache (H:\CocosProject\test4\proj.android\.gradle\vcsWorkingDirs) has not been cleaned up in 0 days
Error running command, return code: 1.
H:\CocosProject\test4\proj.android>
Failed to read key AndroidDebugKey from store 가 문제인건가?
찾아보니까 keystore삭제하라고 해서
내 local 상 C:\Users\user\.android\debug.keystore를 삭제.
그리고 시도하면 역시나 에러가 나오...
BUILD SUCCESSFUL in 12s
55 actionable tasks: 4 executed, 51 up-to-date
VCS Checkout Cache (H:\CocosProject\test4\proj.android\.gradle\vcsWorkingDirs) has not been cleaned up in 0 days
Move apk to H:\CocosProject\test4\bin\debug\android
Build succeed.
어???
apk 빌드 성공???헐???
H:\CocosProject\test4\bin\debug\android
에서 debug 모드로 apk 나옴...........
헐...대박..........
일단 내 휴대폰에 넣어보기 ㄱㄱㄱ
근데 내 앱이 서명이 없다고 안전하지 않다고 설치 자체가 안됨...ㄷㄷ...
하지만 자세히를 눌러서 무시하고 설치하면된다!!
아무튼 우여곡절 끝에 apk 설치 완료! 휴대폰에서 Helloworld보고 마무리했당 ㅎㅎㅎ
앞으로 해야할 건 아래와 같다.
- 게임 만들기(넘나 당연한 것)
- apk 서명하는법
- 애드몹 다는 거 찾아보기
- 게임 애널리스트 찾아보기
- 마케팅 관련해서 찾아보기
할 거 많다ㅏㅏㅏㅏ
'이전게시판 > cocos-2d' 카테고리의 다른 글
Cocos2d NULL 아니라 nullptr (0) | 2024.10.30 |
---|---|
Cocos2dx 소멸자 CCLog 에러 (0) | 2024.10.30 |
Cocos2d Director::getInstance()->getVisibleSize(); (0) | 2024.10.07 |
cocos2d-x android 빌드방법 (0) | 2024.09.25 |
cocos2d apk 빌드 NDK not configured 에러 (0) | 2024.02.29 |
Android cocos2d-x 빌드 에러 Gradle DSL method not found: 'ndkVersion()' (0) | 2024.02.29 |
c++ 알 수 없는 재정의 지정자입니다 (0) | 2024.02.24 |
cocos2dx bool onTouchBegan(Touch* touch, Event* unused_event); 오버로드 된 멤버함수가 없습니다 (0) | 2024.02.24 |