gpt4 book ai didi

javascript - 你如何将 CocoonJS 用于 HTML 项目

转载 作者:行者123 更新时间:2023-11-30 03:18:48 26 4
gpt4 key购买 nike

我有一个在 Eclipse 中创建的 HTML/JS 项目,我想跨平台。我遇到了 Ludei 的 CocoonJS,它似乎是最好的选择(因为它们支持 WebGL)我按照 Ludei site 上的说明进行操作

  1. 我在我的 Android 设备 (Nexus 7) 上安装了 CocoonJS Launcher
  2. 我压缩了我的 HTML/JS 项目并将其推送到 sdcard
  3. 根目录下有一个index.html文件
  4. cocoonJS Launcher 在“您的应用”部分成功检测到我的 zip 项目

当我点击启动我的项目时,它是一个黑页并且在错误日志中:

Could not find anything to be executed. If you are using a ZIP file, please, verify that the main HTML or JS file is in the root of the ZIP file (not inside any folder). If you are using a folder path directly, please, check that the main HTML or JS file is stored inside of it.

我已经浏览了他们的网站和我能找到的任何论坛(不多),但还没有弄明白

我错过了什么?我有 index.html,但它打不开。

最佳答案

您是压缩了所有内容所在的文件夹,还是选择了所有文件并压缩了它们?例如,如果您有:

AppFolder
|- js/
|- img/
|- index.html

然后您要压缩“AppFolder”,然后您将得到一个 zip 文件,其中包含一个包含其他所有内容的文件夹,如下所示:

Archive.zip
|- AppFolder
|- js/
|- img/
|- index.html

您需要做的是突出显示“js”和“img”这两个文件夹以及 html 文件,然后右键单击制作一个 zip。这将产生:

Archive.zip
|- js/
|- img/
|- index.html

Cocoon 应用程序启动器将能够找到您的 index.html。这发生在我身上,是我的解决办法。从我运行的命令行:

zip Archive.zip img/* js/* index.html

这会将所有内容打包到一个 Archive.zip 文件中,然后我使用 Cocoon 启动器上传该文件。

希望对您有所帮助。

关于javascript - 你如何将 CocoonJS 用于 HTML 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19546152/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com