appium / appium

Cross-platform automation framework for all kinds of apps, built on top of the W3C WebDriver protocol
http://appium.io/
Apache License 2.0
18.96k stars 6.08k forks source link

app set with apk file under test, but it not installed when a newer version already exits on my phone. #10816

Closed loveiset closed 6 years ago

loveiset commented 6 years ago

The problem

app set with a apk file, but it's version is lower than the existing one on my phone, so it just ignored my app setting. so if I want to test app with different versions, it can't be done.

Environment

Details

appium just ignore the insall process.

[debug] [ADB] The installed 'com.crc.hrt' package does not require upgrade (429 > 426)

Link to Appium logs

logs

mykola-mokhnach commented 6 years ago

Set fullReset to true, since it is mandatory to uninstall a newer app version before installing an older one.

This behaviour is by design

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.