How to test your program after updating the OS on Android in emulator?

被刻印的时光 ゝ 提交于 2021-02-07 13:39:55

问题


For our android app we have had customers that report the program crashes after updating their system from Lollipop to Marshmallow. The program works fine if they do a clean install on Marshmallow, it only happens when they update.

I am trying to recreate their environment on a emulator. The problem I am encountering is I can not figure out how to install the program on Lollipop in the emulator then upgrade the emulator to Marshmallow so I can run a debugger on the program to see where it actually is failing.

We have no physical devices still on Lollipop that are eligible to be updated to Marshmallow.

What is the process for testing upgrading your OS on android without a physical device to update?

来源:https://stackoverflow.com/questions/43372982/how-to-test-your-program-after-updating-the-os-on-android-in-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!