Fixed
Status Update
Comments
sk...@gmail.com <sk...@gmail.com> #2
Hi,
would you try to boot emulator with this command line flag:
-feature -Vulkan
and let us know if it fixes the issue for you? Also would you tell us what graphics card you are using and what is the graphics driver version?
would you try to boot emulator with this command line flag:
-feature -Vulkan
and let us know if it fixes the issue for you? Also would you tell us what graphics card you are using and what is the graphics driver version?
an...@google.com <an...@google.com> #3
The feature flag did solve the issue for me. Thank you very much. I don't use a dedicated graphics card. Only the internal one from the CPU.
bo...@gmail.com <bo...@gmail.com> #4
Your integrated GPU is supposed to support Vulkan 1.2. I would need more work to figure out why it crashes without that flag.
Description
which cause warnings when they are unzipped (in a case-insensitive file system)
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter_ipv4/ipt_ecn.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter_ipv4/ipt_ttl.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter_ipv6/ip6t_hl.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_connmark.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_dscp.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_mark.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_rateest.h
android-ndk-r10/platforms/android-L/arch-*/usr/include/linux/netfilter/xt_tcpmss.h
Those files are copies of linux uapi headers in bionic. They are not needed for Android developments, and will be removed from next release. Please overwrite them to workaround