问题标签 [gameclosure]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
190 浏览

javascript - 在给定场景中实现承诺的最佳方式是什么?

我使用 D.js 作为我们的 javascript 应用程序的承诺库。以下是我的示例代码:

我正在调用示例函数。示例函数和子函数内部的实现是否遵循 Promise 的编码标准?我是新的承诺,将延迟对象传递给其他函数来解决/拒绝是否很好?有没有更好的方法来实现上述功能?

提前致谢..

0 投票
1 回答
66 浏览

android - gameclosure native-android debug failed local.properties file not found

I am getting the following error while trying to run

ERROR

looking closely I found the local.properties fille is missing. How can i fix this? what is the reason for it?

0 投票
1 回答
29 浏览

javascript - 我在哪里可以找到 GameClosure 中的 Class 变量

gameclosure 使用代码调制
示例代码 1 的类结构:

我试图在 Class 变量中查找代码,我在jsio/packages/base.js

但是,这个函数在语法上与上面提到的示例代码使用的不同。所以,我的问题是类变量在哪里。jsio/packages/base.js 类变量有什么用?另外,我如何从扩展类中调用超类方法?

0 投票
1 回答
2222 浏览

node.js - 什么是 nodejs 中的导入语句而不是 require

我正在浏览这个模块,发现许多使用 import stament.ex 的文件:this one。谁能告诉我 import 语句如何替换 nodejs 的标准 require 语句以及它们是如何工作的?

编辑:这不是重复的,因为导入语法与 ES6 语法不同

0 投票
1 回答
270 浏览

java - 为 ant 构建添加最新的 google_play_services_lib

我的 android 项目正在使用 ant build,我无法升级到 gradle build,因为我使用的是第 3 方游戏开发工具 gameclosure。

现在我需要升级我的 google play 服务库。我发现所需的模块是:

游戏服务基地

游戏服务地下室

游戏服务加

播放服务播放

来自$SDK-PATH/extras/google/m2repository/com/google/android/gms

所以我从上面的模块创建了单独的 android lib 项目,并将所有项目添加为主项目的库项目。

问题是,包名称为“com.google.android.gms.base”的 play-services-base libs 项目,其中一些类正在引用包“com.google.android.gms”中的 R.class 文件。但正确的值存在于包“com.google.android.gms.base”中。

如何更改项目设置/配置,以便在正确的包中生成此 R.class ???

0 投票
1 回答
35 浏览

gameclosure - 如何设置游戏关闭android开发工具

我正在努力为游戏关闭设置 android 开发环境。

问题

除了 oracle JDK 在 linux 中设置 java 有什么选择吗