No resource identifier found for attribute 'appComponentFactory' in package 'android'
Message{kind=ERROR, text=No resource identifier found for attribute 'appComponentFactory' in package 'android', sources=[app\build\intermediates\manifests\full\debug\AndroidManifest.xml:30], original message=, tool name=Optional.of(AAPT)}
CrossWalk(크로스워크) 관련 오류 메세지이다.
원인은 낮은 버전 안드로이드 버전과의 비호환성 때문.
해결 방법 - 안드로이드 스튜디오에서 바깥의 build.gradle의 allprojects - repositories 블록 안에
configurations.all { resolutionStrategy { force 'com.android.support:support-v4:24.0.0' } }
코드를 추가하면 된다.
(Android studio)Error inflating class ImageView 에러 (0) | 2019.04.17 |
---|---|
안드로이드 스튜디오 Execution failed for task ':app:transformClassesWithInstantRunForDebug' (1) | 2018.06.27 |
안드로이드 스튜디오 Could not find method compile() for arguments 빌드 에러 (0) | 2018.06.07 |
안드로이드 DexArchiveMergerException Unable to merge dex 오류 (0) | 2018.06.07 |
안드로이드 스튜디오 Cannot resolve symbol M 오류 (0) | 2018.06.05 |