getContext 提示错误,Cannot find name 'getContext'
根据现场发现该方法开发者使用ts文件中,导致找不到该方法,该方法是特有方法。ts文件中是没有的。
HarmonyOS
赞
收藏 0
回答 1
待解决
相关问题
在TS文件里使用Concurrent注解报红,提示Cannot find name 'Concurrent'
1060浏览 • 1回复 待解决
DevEco Studio出现Gradle sync failed: Cannot find JAR错误
5301浏览 • 1回复 待解决
HarmonyOS源码编译错误 importerror:cannot import name
4681浏览 • 1回复 已解决
HarmonyOS getContext方法时机问题
224浏览 • 1回复 待解决
使用featureAbility.getContext()时报错如下
520浏览 • 1回复 待解决
IDE使用getContext(this)上的startabilityForResult方法,IDE提示不存在该方法
1846浏览 • 1回复 待解决
缺失getcontext函数导致breakpad编译失败
826浏览 • 1回复 待解决
HarmonyOS EntryAbility中可以获取到getContext的时机
213浏览 • 1回复 待解决
getContext传入this和不传入有什么区别
590浏览 • 1回复 待解决
getContext(this)能否在自定义类中使用
2202浏览 • 1回复 待解决
将一个文件,从原文件下移出后,Cannot find name 'CustomDialogExample',无法引用
211浏览 • 1回复 待解决
ViewConfiguration.get(getContext()).getScaledTouchSlop() 鸿蒙有什么可以代替?
6443浏览 • 1回复 待解决
openharmony源码编译报错importerror:cannot import name
8611浏览 • 1回复 已解决
Stage模式下轻量级数据存储开发featureAbility.getContext报错
4533浏览 • 1回复 待解决
EntryAbility中的context和getContext(this)是同一个对象吗
1469浏览 • 1回复 待解决
HarmonyOS entry module中引用hsp报错cannot find record...
921浏览 • 1回复 待解决
getContext()==null 这个问题谁处理过,或者哪个大神有解决方案啊
5589浏览 • 2回复 待解决
Cannot find module '@ohos.application.Ability' or its corresponding type declarations.
11396浏览 • 1回复 待解决
HarmonyOS ArkUI page内能直接拿到当前UIAbility的want吗,类似于getContext的方法
278浏览 • 1回复 待解决
windows编译提示找不到编译器COULD NOT FIND COMPILER!
9909浏览 • 1回复 待解决
#鸿蒙学习大百科#getContext(this)能不能在自定义类中进行使用?
127浏览 • 1回复 待解决
Web 组件错误提示 ErrorCode: 17100001, Message
2310浏览 • 1回复 待解决
将ts文件改为ets文件,问题解决。