Getting [install_failed_update_incompatible: existing package com.device.farm signatures do not match newer version; ignoring!] #1462
raghuns2311
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are executing parallel execution with 7 devices which consist of Android 13 and 14 devices.
During out execution we got session not created by Appium server while driver initialization due to the below error in a particular Android 14 device.
Error: -03 15:54:12 [ERROR] com.ttm.instinct.workflow.logger.WorkflowLogger - DRIVER INITIALIZATION ERROR : org.openqa.selenium.sessionnotcreatedexception: could not start a new session. response code 500. message: an unknown server-side error occurred while processing the command. original error: error executing adbexec. original error: 'command '/home/raghuns/android/sdk/platform-tools/adb -p 5037 -s r52x70blyyk install /home/raghuns/.appium/node_modules/appium-device-farm/lib/stream.apk' exited with code 1'; command output: adb: failed to install /home/raghuns/.appium/node_modules/appium-device-farm/lib/stream.apk: failure [install_failed_update_incompatible: existing package com.device.farm signatures do not match newer version; ignoring!]
Earlier we had device-farm v8.x
When we update to the latest version we got this fixed
Can I know what might be the potential cause for this?
Beta Was this translation helpful? Give feedback.
All reactions