Post

반응형

이전 포스팅에 이어서 또 새로운 에러 발발...

에러를 고치면?

새로운 에러가 나타나지.

짤빵생각나ㅠㅠㅋㅋㅋㅋㅋㅋㅋ

> 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 서명하는법

- 애드몹 다는 거 찾아보기 

- 게임 애널리스트 찾아보기

- 마케팅 관련해서 찾아보기

- 교육쪽 앱도 만들고 싶어서... 그부분 찾아보기

 

할 거 많다ㅏㅏㅏㅏ 

 

반응형
▲ top