본문 바로가기

Story/App - Android

Installation failed with message Invalid File

반응형

다른 PC 에서 작업했던 Android Studio project 를 가져와서 빌드할때 다음과 같은 오류가 발생했을때 해결방법.

 

Installation failed with message Invalid File: C:\Users\xxx\app\build\intermediates\split-apk\debug\slices\xxx.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?

빌드를 하려해도 디버그를 하려해도 문제가 발생한다면

 

Click Build tab ---> Clean Project

Click Build tab ---> Rebuild Project

Click Build tab ---> Build APK

Run.

반응형