Я использую свой Expo React Native Project на эмуляторе Android. Итак, я запустил эти команды
npx expo prebuild cd android ./gradlew clean< /code>
Но всегда соответствует этой ошибке
./gradlew clean < /p>
[Incubating] Problems report is available at:
FAILURE: Build failed with an exception.
* Where:
Build file 'android\build.gradle' line: 36
* What went wrong:
A problem occurred evaluating root project 'app-food-fe'.
> Failed to apply plugin 'expo-root-project'.
> Key 1.9.25 is missing in the map.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.13/userguide/ ... e_warnings in the Gradle documentation.
BUILD FAILED in 3s
36 actionable tasks: 8 executed, 28 up-to-date
< /code>
Я попытался добавить версию Kotlin в package.json и build.gradle в папке Android, но она не сработала. Ошибка только что изменилась соответственно. Пожалуйста, помогите мне исправить эту ошибку.
Подробнее здесь: https://stackoverflow.com/questions/796 ... -with-expo