sumini dev

posts

[React Native] Failed to capture fingerprint of output files for task ':app:processDebugResources' property 'sourceOutputDir' (fixed)

profile-image

Choi su min

SkyCloset 릴리즈버전 테스트를 위해

react-native run-android --variant=release를 입력했는데 아래 에러메세지와 함께 앱빌딩이 종료됐다.

에러내용

What went wrong: Failed to capture fingerprint of output files for task ':app:processDebugResources' property 'sourceOutputDir' during up-to-date check. > Could not read path 'D:\react-native\rnn8\android\app\build\generated\not_namespaced_r_class_sources\debug\processDebugResources\r\android\arch\core'.

해결

구글링 결과 다음 방법으로 해결가능하다.

라이브러리를 추가해서 gradle file이 update 됐는데 react-native builder가 check하지 못 했고, clean 후 재시도하니 잘 되는 것 같다.

cd android
./gradlew clean
cd ..
react-native run-android

Ref


REACT-NATIVE10개 더보기

모든 글 보기

이전 글

[React Native] Android Release버전에서 fetch가 작동하지 않는 현상 (해결)

다음 글

하늘옷장앱 개발 + CEOS 신촌 9기 활동 회고

profile-image

Choi su min

Sogang Univ.

AWESOME.DEV Lead

Anyang, Gyeong-gi, Republic of Korea

github-iconmail-iconrss-icon