我一直在面对来自android工作室的错误。
我做了这篇文章里的所有事情。
但没什么不管用的。
你能帮帮我吗?
Build file '/Users/hayat/Documents/chungchunon-RN-frontend/node_modules/expo-camera/android/build.gradle' line: 48
A problem occurred evaluating project ':expo'.
> A problem occurred configuring project ':expo-camera'.
> Could not get unknown property 'release' for SoftwareComponentInternal set of type org.gradle.api.internal.component.DefaultSoftwareComponentContainer.
* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Exception is:
org.gradle.api.GradleScriptException: A problem occurred evaluating project ':expo'.
at 发布于 2022-11-17 03:31:49
这对我有帮助。
gradle.properties
确实是
android.disableAutomaticComponentCreation=true变化
#android.disableAutomaticComponentCreation=truehttps://stackoverflow.com/questions/73050616
复制相似问题