提问者:小点点

React Native:Task: app:install Debug FAILED此版本中使用了已弃用的Gradle功能,使其与Gradle 8.0不兼容


我正在尝试创建一个react native项目,我有2个android设备1正在运行android 9,1正在运行android 12,我的应用程序正在安装并运行在具有android 9的设备上,但我的应用程序没有在android 12上运行

我得到以下错误

> Task :app:installDebug
Installing APK 'app-debug.apk' on '2201117PI - 12' for :app:debug

> Task :app:installDebug FAILED

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.



共1个答案

匿名用户

在终端中,输入android文件夹

cd android

然后跑

.\gradlew clean

之后,您的应用程序应该会运行。