Is it possible to emulate that the user upgrades the Android version?
My app breaks when the user upgrades from Jelly Bean to KitKat. I think I fixed the issue, but I don't know how to test it.
I've tried to create an emulator running 4.3 and then "upgrade" it to 4.4 by changing the following properties in the avd-configuration
~/.android/<avd>.ini: target
~/.android/<avd>/config.ini: image.sysdir.1
~/.android/<avd>/hardware-qemu.ini: kernel.path, disk.ramdisk.path, disk.systemPartition.initPath
but it only results in a emulator that can't start.