PhoneGap Eclipse Issue - eglCodecCommon glUtilsParamSize: unknow param errors

后端 未结 6 858
别那么骄傲
别那么骄傲 2020-11-27 03:28

I have just started on phonegap and trying to setup first basic minimal project in eclipse. I followed through the phonegap docs at http://docs.phonegap.com/en/edge/guide_pl

6条回答
  •  [愿得一人]
    2020-11-27 04:23

    This is caused if you use the "Use host GPU" setting of the emulator and it will disappear after you uncheck this option. If you still need "Use host GPU", you can just filter out the errors by customizing the Logcat Filter. Enter ^(?!eglCodecCommon) into the "by Log Tag (regex)" field in order to strip out the unwanted lines from the Logcat output.

提交回复
热议问题