Games using pixi.js work with the MONACA debugger app, but not with the Android debug build.

Asked 2 years ago, Updated 2 years ago, 45 views

I am making a game using pixi.js.

The MONACA debugger app works fine, but
The debug build for Android is white and blank after the splash screen MONACA appears.

The terminal is rendered in canvas instead of HTC21L android 4.1 openGL.
What kind of problems are occurring???

android monaca pixi.js

2022-09-30 19:44

1 Answers

It's hard to give a definite answer, so it's not the answer, but I think Chrome's Remote Debugging and Monaca Debugger on the page below is effective.I think there is some JavaScript error output at startup, so please try debugging the device by connecting USB.

http://docs.monaca.mobi/cur/ja/manual/debugger/debug/

If debugging is not available in the debugger, the above debugging method is very useful.I always debug it this way after I build it.


2022-09-30 19:44

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.