打开预览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
909浏览 • 1回复 待解决
the Reload icon to reload the preview. You can check information in the Log window for more details.
234浏览 • 0回复 待解决
Execution failed for task ':entry:signDebugShell'. > Sign shell failed. For details, see the log.
2434浏览 • 1回复 待解决
Failed to start MySQL Monitor.
3339浏览 • 2回复 待解决
ERROR: Schema validate failed.
492浏览 • 1回复 待解决
error: install failed due to grant request permissions failed.
4150浏览 • 1回复 待解决
Error: Install eTS 3.1.0.0 failed.
3814浏览 • 1回复 待解决
Unable to apply for remote emulators: Check the network connection or try again later.
4365浏览 • 1回复 待解决
DevEco Device无法使用Previewer预览
36411浏览 • 3回复 待解决
previewer 一直loading failed怎么回事?
2585浏览 • 1回复 待解决
编译报错:hvigor ERROR: Error, Schema validate failed.
2190浏览 • 1回复 待解决
页面中有路由参数时,使用Previewer预览报错
299浏览 • 1回复 待解决
DevEco 怎么打开实时的图层查看,不是preview
8044浏览 • 2回复 已解决
错误码code: 9568403 error: check encryption failed怎么处理?
225浏览 • 1回复 待解决
有没有和我一样遇到previewer读取loading Failed的?
8574浏览 • 1回复 待解决
DevEco Studio预览报错 To preview components in an HSP怎么回事?
555浏览 • 1回复 待解决
安装配置OpenHarmony SDK时,Install ets 3.1.0.0 failed.怎么解决?
8706浏览 • 1回复 待解决
错误码code:9568393 error: verify code signature failed.怎么处理?
408浏览 • 1回复 待解决
HarmonyOS使用fs.open无法打开photoViewPicker选择文件的uri
310浏览 • 1回复 待解决
CustomDialogController.open打开的弹窗被异常关闭
380浏览 • 2回复 待解决
错误码code:9568359 error: installd set selinux label failed.怎么处理?
251浏览 • 1回复 待解决
错误码code: 9568347 error: install parse native so failed.如何处理
1055浏览 • 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.