0

When I run the app the phone emulation opens up. For about 15 seconds it will just be on a black screen then it just crashes.

This is the error at the bottom of the window: detected a hanging thread 'QMEU2 main loop'. No response.

Robb Dogg
  • 9
  • 1
  • Check this: https://stackoverflow.com/questions/47956847/android-studio-emulator-error-detected-a-hanging-thread-qemu2-main-loop – Harsh Patel Nov 06 '20 at 12:32
  • I've went to this link and tried pretty much everything. I enabled and disabled ipv6, I tried cold and quick boot and everything is up to date. – Robb Dogg Nov 06 '20 at 13:05

2 Answers2

0

read /proc/sys/net/ipv6/conf/all/disable_ipv6 if text inside the file is 1 then comment out

# net.ipv6.conf.all.disable_ipv6 = 1
# net.ipv6.conf.default.disable_ipv6 = 1
# net.ipv6.conf.lo.disable_ipv6 = 1
0

Why don't you use a physical device, its much better.

Priyaank
  • 141
  • 6