我正在使用notificationChannel,但当应用程序崩溃时,我仍然会遇到同样的错误。"System.err: TypeError: android.NotificationChannel is not a constructor" android.app.job.JobService.extendfalse; console.log("Stopping job ...");
我正在用AndEngine开发一个简单的游戏,我想在屏幕上设置一些墙,这样我移动的角色就必须四处走动,诸如此类。this.mPhysicsWorld = new FixedStepPhysicsWorld(30, new Vector2(0, 0), false, 8, 1);AndEngine和扩展都被添加到构建路径(作为.jar文件),并且游戏构建