How to test what will happen when you publish an update to your app to the Market

前端 未结 3 729
栀梦
栀梦 2021-02-12 22:03

I\'m about to publish a new version of an app to the Market. In order to avoid any potential problems once its been pushed to the Market and people get notified of an update, I\

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-12 22:30

    Try using option -r to adb install:

    adb install [-l] [-r] [-s] - push this package file to the device and install it ('-l' means forward-lock the app) ('-r' means reinstall the app, keeping its data) ('-s' means install on SD card instead of internal storage)

提交回复
热议问题