且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

libGDX HTML5部署异常

更新时间:2023-01-11 08:53:32

For anyone having the same problem or any other similar/weird exceptions.

Make sure that strict flag is set by adding

-strict

in the compiling arguments and most importantly, you are using

GL20

as WebGL is based on GL20 and doesn't support GL10.