Errno = 13 and how to debug this more efficiently?

后端 未结 3 422
鱼传尺愫
鱼传尺愫 2021-01-16 16:52

I\'m making an application and when i go from menu to an other activity that display image using the e3roid framework, i allways get this (logcat):

D/PhoneWi         


        
3条回答
  •  渐次进展
    2021-01-16 17:25

    This can happen if you are using a not supported texture format. Try using a RGB565. Here you can find some info about the issue: http://code.google.com/p/processing/issues/detail?id=391

提交回复
热议问题