错误: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.2
和 react native 0.66.3
【问题讨论】:
【参考方案1】:我需要删除 unimodules 包并移至世博会:https://docs.expo.dev/bare/installing-expo-modules/
【讨论】:
以上是关于错误:ConstantsService 不是抽象的,并且不会覆盖 ConstantsInterface 中的抽象方法 getAppScopeKey()的主要内容,如果未能解决你的问题,请参考以下文章