Gradle의 productFlavors를 이용해 컴파일을 하던 중
INSTALL_FAILED_CONFLICTING_PROVIDER 오류가 확인되었다.
구글링을 통해 찾아 본 결과로는 AndroidManifest.xml의 android:authorities가 중복되어 수정해야 한다는것 같다.
You can solve it by changing the value of
android:authorities
in yourAndroidManifest.xml
file. The reason for the error is that another application installed on your device already uses that same value forandroid:authorities
.출처 : https://hustleplay.wordpress.com/2010/02/28/android-install_failed_conflicting_provider/
'Programming > Android' 카테고리의 다른 글
안드로이드 앱 위젯 셀 크기 구하기 (Android determine the actual pixel size of appwidget) (0) | 2014.08.27 |
---|---|
Android Studio: Failed to complete Gradle execution (0) | 2014.08.22 |
안드로이드 매니페스트에서 버전 정보 가져오기 (0) | 2014.08.06 |
Android Studio Build (0) | 2014.07.31 |