问题
Everytime I test my APP on AndroidStudio I get this error message.
My APP works fine, but I am a little confused/curious about what this error means.
Even when I google for GoldfishAddressSpaceHostMemoryAllocator
I find 4 unrelated results (they name the Class but are not trying to fix it).
What this error message means?
回答1:
The library is logging an issue. Since you aren't seeing an issue with your app, then it's okay to ignore the message. You can set a Logcat filter to ignore the tag eglCodecCommon
.
The library causing the issue is OpenGl, a graphics library for Android. If you're interested, here is a link to the source code throwing the error: https://android.googlesource.com/device/generic/goldfish-opengl/+/refs/heads/master/shared/OpenglCodecCommon/goldfish_address_space_android.impl#400
回答2:
Hello just add : mavenCentral() in build.gradle (project)
来源:https://stackoverflow.com/questions/58962124/e-eglcodeccommon-goldfishaddressspacehostmemoryallocator-ioctl-ping-failed-for
更多相关内容:请点击查看