打开预览Preview failed. Unable to start the previewer. Open PreviewerLog to check for details.
[Compile Result] ArkTS:ERROR File: D:/DevEco/Linliyizhan/entry/src/main/ets/pages/My.ets
[Compile Result] A page configured in 'main_pages.json' must have one and only one '@Entry' decorator.
[Compile Result] Compile error occurred. Fix it based on the above message.
DevEco Studio
赞
收藏 0
回答 1
待解决
相关问题
预览出现问题:Preview failed. View details in the PreviewerLog window
891浏览 • 1回复 待解决
the Reload icon to reload the preview. You can check information in the Log window for more details.
213浏览 • 0回复 待解决
Execution failed for task ':entry:signDebugShell'. > Sign shell failed. For details, see the log.
2418浏览 • 1回复 待解决
Failed to start MySQL Monitor.
3328浏览 • 2回复 待解决
ERROR: Schema validate failed.
479浏览 • 1回复 待解决
Error: Install eTS 3.1.0.0 failed.
3795浏览 • 1回复 待解决
error: install failed due to grant request permissions failed.
4131浏览 • 1回复 待解决
Unable to apply for remote emulators: Check the network connection or try again later.
4354浏览 • 1回复 待解决
DevEco Device无法使用Previewer预览
36329浏览 • 3回复 待解决
编译报错:hvigor ERROR: Error, Schema validate failed.
2129浏览 • 1回复 待解决
previewer 一直loading failed怎么回事?
2565浏览 • 1回复 待解决
DevEco 怎么打开实时的图层查看,不是preview
8030浏览 • 2回复 已解决
DevEco Studio预览报错 To preview components in an HSP怎么回事?
548浏览 • 1回复 待解决
页面中有路由参数时,使用Previewer预览报错
289浏览 • 1回复 待解决
CustomDialogController.open打开的弹窗被异常关闭
362浏览 • 2回复 待解决
HarmonyOS使用fs.open无法打开photoViewPicker选择文件的uri
305浏览 • 1回复 待解决
错误码code: 9568403 error: check encryption failed怎么处理?
225浏览 • 1回复 待解决
安装配置OpenHarmony SDK时,Install ets 3.1.0.0 failed.怎么解决?
8704浏览 • 1回复 待解决
错误码code:9568393 error: verify code signature failed.怎么处理?
389浏览 • 1回复 待解决
有没有和我一样遇到previewer读取loading Failed的?
8558浏览 • 1回复 待解决
预览器打开失败,无法打开prcvicwer怎么回事啊?
2467浏览 • 1回复 待解决
错误码code:9568359 error: installd set selinux label failed.怎么处理?
241浏览 • 1回复 待解决
单从错误信息看,在My.ets里面:
首先,有一个方法返回值不是void,也不是任意类型,但它最终没有返回值:[Compile Result] A function whose declared type is neither 'void' nor 'any' must return a value;
其次,使用了两个及以上@Entry修饰符,而Page里面只允许有一个@Entry修饰符:[Compile Result] A page configured in 'main_pages.json' must have one and only one '@Entry' decorator;
最后,build()方法内部应该有一个根容器组件:[Compile Result] There should have a root container component.