카테고리 없음
문제해결)Unity)adb: failed to install pluginTest.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package signatures do not match previously installed version; ignoring!]
테샤르
2022. 5. 3. 20:09
adb: failed to install pluginTest.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package signatures do not match previously installed version; ignoring!]
CommandInvokationFailure: Unable to install APK to device. Please make sure the Android SDK is installed and is properly configured in the Editor. See the Console for more details.
C:\Program Files\Unity\Hub\Editor\2020.3.14f1\Editor\Data\PlaybackEngines\AndroidPlayer\SDK\platform-tools\adb.exe -s "LMV350N094f5838" install -r -d "경로\pluginTest.apk"
stderr[
adb: failed to install 경로\pluginTest.apk: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.SHC.company.FirebaseTest signatures do not match previously installed version; ignoring!]
]
stdout[
]
exit code: 1
반응형
해당 오류는 Unity 에서 Buind And Run에서 발생한 이슈로
같은 패키지명의 다른 버전의 앱이 이미 폰에 설치가되어있어서
빌드는 성공했으나 이후의 디바이스에서 Run 과정에서 설치 실패가 난 이슈이다.
단순하게 해당 패키지로 설치가된 어플리케이션을 삭제하고 설치하면 된다.
★☆☆☆☆
반응형