Image download Error: ERROR 4930

I am trying to build a web game and run it on Android using Android Web View. Everything is working fine but I am not able to download image using cc.assetManager.loadRemote, getting this error image download err Error: ERROR 4930, please go to cocos-engine/EngineErrorMap.md at develop · cocos/cocos-engine · GitHub Information in the link is Load image ( %s ) failed. Am I missing something here? What does this error means? I tested image link and image is present there. I am using Cocos Creator 2.4.7

Is it normal to access your game directly with an Android browser? This error may be caused by cross-domain.

Yes indeed it was cross-origin issue, solved now. Thanks @linrm for pointing it in right direction.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.