繁体   English   中英

在ubuntu sdk中运行html5应用模板失败?

[英]Running html5 app template in ubuntu sdk failed?

我的配置:

Ubuntu 14.04 LTS
64bit
Qtcreator 3.1.1
everything is up-to-date

大家好,我正在尝试为ubuntu Phone编译并运行HTML5应用,但是尝试并搜索了一周之后,我仍然无法运行它! 目前,我只想运行简单的html5应用模板。

这是情况:

问题是当我编译默认模板时:这些是我得到的错误:

  1. desktop_Exec(app):发现架构为“ all”的意外Exec:./ qtc_device_debughelper.py
  2. security_policy_groups_safe_app(debug):( REJECT)保留策略组'debug':不适用于生产
  3. security_policy_version_matches_framework(app.apparmor):无效的框架'ubuntu-core-15.04'

当我尝试编辑它时:这就是我得到的:

Traceback (most recent call last):
File "/tmp/qtc_device_applaunch.py", line 29, in <module>
gi.Repository.get_default().require("UbuntuAppLaunch")
gi.RepositoryError: Typelib file for namespace 'UbuntuAppLaunch' (any version) not found

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 2158, in _find_spec
AttributeError: 'DynamicImporter' object has no attribute 'find_spec'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/tmp/qtc_device_applaunch.py", line 33, in <module>
from gi.repository import UpstartAppLaunch as UAL
File "/usr/lib/python3/dist-packages/gi/importer.py", line 53, in find_module
'introspection typelib not found' % namespace)
ImportError: cannot import name UpstartAppLaunch, introspection typelib not found

我一直在到处寻找它,但是找不到有效的东西。 我需要您的一些知识来帮助我理解所有这一切!

我有同样的错误。 我认为“ ubuntu-core-15.04”错误与您使用的Ubuntu版本有关。 我使用基于Ubuntu 14.04的Mint 17。 Canonical建议使用较新的Ubuntu版本进行应用程序开发,因为其中有些内容已经更改。

不幸的是,我无法帮助您解决其他错误。

暂无
暂无

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

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