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