BuildProfile自定义字段报错:Property 'BUILD_VERSION' does not exist on type 'typeof BuildProfile'

BuildProfile自定义字段报错:Property 'BUILD_VERSION' does not exist on type 'typeof BuildProfile'

HarmonyOS
2024-07-24 10:13:28
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
人间冰美式

在代码中获取构建参数,生成BuildProfile类文件后,在代码中可以通过如下方式引入该文件:

import BuildProfile from '${packageName}/BuildProfile';

在HSP中使用import BuildProfile from 'BuildProfile'在跨包集成HSP的时候可能会产生编译错误,推荐使用import BuildProfile from '${packageName}/BuildProfile'。

添加BuildProfile所在模块名即可,例如:import BuildProfile from 'har1/BuildProfile';

分享
微博
QQ
微信
回复
2024-07-24 20:08:58
相关问题
自定义参数BuildProfile的问题汇总
1396浏览 • 1回复 待解决
如何在BuildProfile自定义参数?
167浏览 • 1回复 待解决
API version 8 does not support the Stage model
7863浏览 • 1回复 待解决
The <canvas> component does not exist.
8313浏览 • 3回复 待解决
使用自定义任务读取build-profile.josn5
952浏览 • 1回复 待解决
自定义弹窗自定义转场动画
922浏览 • 1回复 待解决
自定义组件中使用@ObjectLink报错
996浏览 • 1回复 待解决
开发自定义弹窗时报错如下
567浏览 • 1回复 待解决