> Configure project :
[ExpoRootProject] Using the following versions:
- buildTools: 36.0.0
- minSdk: 24
- compileSdk: 36
- targetSdk: 36
- ndk: 27.1.12297006
- kotlin: 2.1.20
- ksp: 2.1.20-2.0.1
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Cannot query the value of this provider because it has no value available.
Обратите внимание, что это происходит в новом приложении-шаблоне выставки, поэтому это не вопрос моего собственного кода. И npx expo-doctor тоже не выявил проблем. Вот как быстро воспроизвести.
❯ npx create-expo-app@latest [name it myTest or whatever]
❯ cd myTest
❯ npx expo install expo-dev-client
❯ npx expo prebuild -p android --clean
❯ npx expo run:android --no-build-cache
Окружающая среда
❯ ./android/gradlew --version
------------------------------------------------------------
Gradle 8.14.3
------------------------------------------------------------
Build time: 2025-07-04 13:15:44 UTC
Revision: e5ee1df3d88b8ca3a8074787a94f373e3090e1db
Kotlin: 2.0.21
Groovy: 3.0.24
Ant: Apache Ant(TM) version 1.10.15 compiled on August 25 2024
Launcher JVM: 17.0.16 (Azul Systems, Inc. 17.0.16+8-LTS)
Daemon JVM: /Library/Java/JavaVirtualMachines/zulu-17.jdk/Contents/Home (no JDK specified, using current Java home)
OS: Mac OS X 26.0.1 x86_64
❯ npx expo-env-info
expo-env-info 2.0.7 environment info:
System:
OS: macOS 26.0.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 23.10.0 - /usr/local/bin/node
Yarn: 4.10.3 - /usr/local/bin/yarn
npm: 11.5.2 - ~/.npm-global/bin/npm
Watchman: 2025.03.10.00 - /usr/local/bin/watchman
Managers:
CocoaPods: 1.16.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 25.0, iOS 26.0, macOS 26.0, tvOS 26.0, visionOS 26.0, watchOS 26.0
Android SDK:
API Levels: 35, 36, 36
Build Tools: 35.0.0, 36.0.0, 36.1.0
System Images: android-35 | Google Play Intel x86_64 Atom, android-36.1 | Google Play Intel x86_64 Atom
IDEs:
Android Studio: 2025.1 AI-251.26094.121.2513.14007798
Xcode: 26.0.1/17A400 - /usr/bin/xcodebuild
npmPackages:
expo: ~54.0.12 => 54.0.12
expo-router: ~6.0.10 => 6.0.10
react: 19.1.0 => 19.1.0
react-dom: 19.1.0 => 19.1.0
react-native: 0.81.4 => 0.81.4
react-native-web: ~0.21.0 => 0.21.1
npmGlobalPackages:
eas-cli: 16.20.2
Expo Workflow: bare
Подробнее здесь: https://stackoverflow.com/questions/797 ... cies-of-ta
Мобильная версия