错误:ConstantsService 不是抽象的,并且不会覆盖 ConstantsInterface 中的抽象方法 getAppScopeKey()

Posted

技术标签:

【中文标题】错误:ConstantsService 不是抽象的,并且不会覆盖 ConstantsInterface 中的抽象方法 getAppScopeKey()【英文标题】:Error: ConstantsService is not abstract and does not override abstract method getAppScopeKey() in ConstantsInterface 【发布时间】:2021-12-26 08:33:49 【问题描述】:

我正在尝试在 android 上编译一个 react 本机应用程序,我得到:

错误:命令失败:./gradlew app:installDebug -PreactNativeDevServerPort=8081 /Users/dorianmariefr/src/socializus/react-native/node_modules/expo-constants/android/src/main/java/expo/modules/constants/ConstantsService.java:29:错误:ConstantsService 不是抽象的,不会覆盖抽象ConstantsInterface 中的方法 getAppScopeKey() 公共类 ConstantsService 实现 InternalModule, ConstantsInterface ^ 注意:/Users/dorianmariefr/src/socializus/react-native/node_modules/expo-constants/android/src/main/java/expo/modules/constants/ConstantsService.java 使用或覆盖了已弃用的 API。

我在 expo-constants@~11.0.2react native 0.66.3

【问题讨论】:

【参考方案1】:

我需要删除 unimodules 包并移至世博会:https://docs.expo.dev/bare/installing-expo-modules/

【讨论】:

以上是关于错误:ConstantsService 不是抽象的,并且不会覆盖 ConstantsInterface 中的抽象方法 getAppScopeKey()的主要内容,如果未能解决你的问题,请参考以下文章

符号表和抽象语法树是啥关系?两者在编译器设计中是不是必需

非抽象且不覆盖抽象方法 - IDL

pyjnius java抽象类实现

javascript-抽象工厂模式

随笔 javascript-抽象工厂模式

具有未继承约束的 Django 模型抽象模型:“约束”指的是字段“xxx”,它不是模型“Foo”的本地字段