Open tingsu opened 4 years ago
Any update on this issue?
Thanks for detailed report. I tried on Android emulator 6.0, but I am not able to reproduce this issue. But I found 2 reports for the same issue on Google Play console The device is: Samsung Galaxy J7 Prime (on7xelte), 2816MB RAM, Android 6.0
Does the app crash after the first time launch?
Hi, thanks for your reply.
I tried on Android emulator 6.0, but I am not able to reproduce this issue.
I also tried on Android 6.0 emulator. The crash happens after the first time launch. My emulator configuration is:
Device: Nexus 7 (Google)
Target: Google APIs (Google Inc.)
Based on: Android 6.0 (Marshmallow) Tag/ABI: google_apis/x86
Skin: 800x1280
Sdcard: 512 MB
Memory: 1536 MB
VM heapsize: 256 MB
I used this command line to create this avd:
avdmanager create avd --force --name testAVD_Android6.0 --package 'system-images;android-23;google_apis;x86' --abi google_apis/x86 --sdcard 512M --device 'Nexus 7'
Btw, the reproducing video was recorded on an Android 6.0 emulator with the above configuration.
Let me know if you need more info.
I see, the issue is caused by default landscape mode. There are some lifecycle handling issue for screen rotation there.
Okay, thanks for your explanation. I see. I guess it should be easily fixed :)
I searched the history issue list, and have not found similar issues.
The issue was found in the latest released version (v10.11.4) on a Android 6.0 device.
Reproducing viodeo
Crash stack