Operating System:
Ubuntu 16.04
Docker Image:
butomo1989/docker-android-x86-7.1.1
Docker Version:
17.09.0-ce, 17.06.2-ce
Docker-compose version (Only if you use it):
1.16.1
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus 5X" --name android-container butomo1989/docker-android-x86-7.1.1
Expected Behavior
Using the back arrow on the Nexus 5X emulator shouldn't crash the emulator
Actual Behavior
Nexus 5X emulator crashes after sending app in background using back button (this works fine on Samsung S6 skin)
The crash is saying something about JNI detecting invalid UTF-8 symbols.
Operating System:
Ubuntu 16.04
Docker Image:
butomo1989/docker-android-x86-7.1.1
Docker Version:
17.09.0-ce, 17.06.2-ce
Docker-compose version (Only if you use it):
1.16.1
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus 5X" --name android-container butomo1989/docker-android-x86-7.1.1
Expected Behavior
Using the back arrow on the Nexus 5X emulator shouldn't crash the emulator
Actual Behavior
Nexus 5X emulator crashes after sending app in background using back button (this works fine on Samsung S6 skin)
The crash is saying something about JNI detecting invalid UTF-8 symbols.