简体   繁体   English

Felgo live 自定义模块未安装错误

[英]Felgo live custom module not installed error

I have an app based on Felgo.我有一个基于 Felgo 的应用程序。

I added an implementation of some object via C++.我通过 C++ 添加了某个对象的实现。 It works ok than using Desktop client in Felgo Server, but when i try to use Felgo Live or connect Mobile device, i have an error: module "com.company.name" is not installed .(As if i added it in main.cpp like qmlRegisterType )它比在 Felgo 服务器中使用桌面客户​​端更有效,但是当我尝试使用 Felgo Live 或连接移动设备时,出现错误:未安装模块“com.company.name” 。(就像我在main. cppqmlRegisterType )

I have followed the instructions to use C++ QML custom objects, but it does not work.我已按照说明使用 C++ QML 自定义对象,但它不起作用。

Am i doing something wrong or can i use this feature?我做错了什么还是可以使用此功能?

您需要在启用 Live Client 的情况下构建自己的应用程序才能使您的自定义代码工作,请参阅https://felgo.com/doc/qml-hot-reload-felgo-live/#c-native-code-build-your-自己的实时客户端与 felgo 实时模块

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

相关问题 未安装模块[]-为QML注册自定义C ++包装器 - module [] is not installed — registering custom C++ wrapper for QML QML模块未安装错误:在嵌入式Linux上运行Qt app - QML module not installed error: running Qt app on Embedded Linux QML错误:未安装qrc:/Main.qml:24模块“系统” - QML error: qrc:/Main.qml:24 module “system” is not installed python 导入模块安装 - python import module installed “未安装模块“ QtQuick””(Android移植) - “module “QtQuick” is not installed” (Android porting) 自定义 apache2 模块将不会加载并显示错误消息“找不到 API 模块结构” - custom apache2 module will not load with error message "Can't locate API module structure" cmake Qt5 失败并显示“未安装模块 QtQuick” - cmake Qt5 failes with "module QtQuick is not installed' 如何检测是否已安装IE自定义工具栏? - How to detect IE custom Toolbar is installed or not? 将自定义模块添加到 Veins_Inet 示例 (Omnet++) 时出现 TraciMobility::getExternalId 错误 - TraciMobility::getExternalId error when adding custom module into Veins_Inet example (Omnet++) Eclipse实时错误检查已禁用 - Eclipse live error checking disabled
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM