공지
다운받은 프로젝트 압축파일(7zip) 실행 방법
카피코딩
2018. 11. 19. 22:02
첨부한 프로젝트 압축파일 실행 방법을 설명 드립니다.
간단하지만 그래도 오류 때문에 고생 하는 것 보다는 한번 확인 해 보세요.
1. 압축 파일 다운로드
첨부된 압축 파일을 적당한 디렉토리에 다운로드 합니다.
2. 압축 풀기
다운받은 7zip 파일에 마우스를 놓고 우측 버튼을 클릭하면 7-Zip으로 압축풀기를 진행 할 수 있습니다.
이때 압축 풀기 경로에 대한 체크표시를 제거해 주면 바로 파일명의 디렉토리에 압축 파일이 풀립니다.
체크를 그대로 두면 2중 디렉토리가 생겨서 보기에 도 않좋고 이동을 시켜야 하는 불편함도 있습니다.
체크를 제거한 생태로 압축을 풀어줍니다.
원하는 위치에 압축이 풀렸습니다.
3. Android Studio 프로젝트 오픈
Android Studio를 실행 하고 프로젝트를 오픈 합니다.
[OK] 버튼을 클릭 합니다.
오류가 발생 하네요.
외부에서 가져온 프로젝트 이기 때문에 정보가 없어서 발생 합니다.
[OK] 버튼을 선택 해서 정보 수정을 합니다.
혹시 버전 Sync가 안맞는다고 오류가 나면 Sync Now를 해서 싱크를 맞추어 줍니다.
4. 프로젝트 실행
이제 프로젝트를 실행 합니다.
오류가 발생 하는 군요.
Installation failed with message Invalid File:
F:\android\GpsSpeed\app\build\intermediates\split-apk\debug\slices\slice_7.apk.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
F:\android\GpsSpeed\app\build\intermediates\split-apk\debug\slices\slice_7.apk.
It is possible that this issue is resolved by uninstalling an existing version of the apk if it is present, and then re-installing.
WARNING: Uninstalling will remove the application data!
Do you want to uninstall the existing application?
기존에 컴파일된 정보가 현재 안드로이드 스튜디오에 안맞아서 그런 것 입니다.
clean 을 해줍니다.
Build > Clean Project
clean 작업이 종료되면 다시 실행을 합니다.
오류없이 잘 실행이 됩니다.