[안드로이드] no original dex files found for dex location
개발중이던 앱 소스 코드를 다른 컴퓨터로 옮기자 앱이 갑자기 안 돌아가서 조금 고생을 했습니다. 로그에는 java.io.IOException: No original dex files found for dex location 이 계속 찍히더라고요. 해결방법은 조금 엉뚱하게도 인스턴트 런 기능을 끄는 것이었습니다.
메뉴에서 차례대로 File -> Settings -> Build, Execution, Deployment -> Instant Run 을 찾아가셔서 Enable Instant Run to hot swap code/resource changes on deploy (default enabled) 라고 되어 있는 부분의 체크를 해제하시면 됩니다.
'개발, 전산, AI, IT' 카테고리의 다른 글
[펄 (Perl)] HTML Entity(문자 참조)를 일반 문자로 변환하기 (0) | 2018.08.13 |
---|---|
[펄 (Perl)] 웹사이트 긁어오기 (0) | 2018.08.13 |
[안드로이드] undefined reference to `cv::imwrite(cv::String const&, cv::_InputArray const&, std::__ndk1::vector<int, std::__ndk1::allocator<int> > const&)' (2) | 2018.07.20 |
[자바] 배열 내용 출력하기 (Arrays.toString()) (0) | 2018.05.31 |
[안드로이드] error: package R does not exist (0) | 2018.05.25 |