简体   繁体   English

Codenameone Android构建错误

[英]Codenameone Android build error

Since the morning I try to build an android application, in the Builds part it shows only Android Build Error and when I click on ERROR LOG it shows a page not found error. 从早上开始,我尝试构建一个android应用程序,在Builds部分中,它仅显示Android Build Error,当我单击ERROR LOG时,它显示未找到页面错误。 Is there any problem with build server?? 构建服务器有任何问题吗?

This happens for older versions of the plugins that still send to the google cloud. 对于仍然发送到Google云端的旧版插件,就会发生这种情况。 We've tried to track it down but it failed badly and since we're killing off support to these old plugins anyway the right solution is probably to just move forward. 我们试图对其进行跟踪,但是失败很严重,并且由于我们无论如何都停止了对这些旧插件的支持,因此正确的解决方案可能只是向前发展。

This build still works your error URL is just broken and looks like: https://cloud.codenameone.comhttps//codename-one.appspot.com/getData?... 此构建仍然有效,您的错误URL刚刚损坏并且看起来像: https://cloud.codenameone.comhttps//codename-one.appspot.com/getData?...

You can see the actual error by fixing the URL to remove the prefix and add the missing : : https://codename-one.appspot.com/getData?... 您可以通过固定的URL删除前缀并添加缺少的看到实际的错误:https://codename-one.appspot.com/getData?...

I'm guessing the error is due to downgrading to a free account or something similar. 我猜错误是由于降级为免费帐户或类似原因造成的。 This happens because of the migration process to the new server once you follow these steps this problem should resolve itself. 发生这种情况的原因是,一旦执行以下步骤,便会迁移到新服务器,此问题应自行解决。

Also starting this weekend builds sent using the old plugin or an old project will fail. 同样从本周末开始,使用旧插件或旧项目发送的构建将失败。 You will need to update the plugin to 4.3 (or 4.0.3 in NetBeans) or newer. 您将需要将插件更新为4.3(或NetBeans中的4.0.3)或更高版本。 This is an important phase in removing App Engine from our build stack and moving to a new system. 这是从我们的构建堆栈中删除App Engine并转移到新系统的重要阶段。

If you are experiencing problems with a project do the following: 如果您在项目中遇到问题,请执行以下操作:

  • Right Click the project 右键单击项目
  • Select Codename OneCodename One Settings or Codename One Preferences 选择Codename OneCodename One SettingsCodename One Preferences

  • Click Basic 单击Basic

  • Click Update Project Libs in the bottom left side 单击左下角的Update Project Libs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM