Build failed: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more informatio

Build failed: Gradle build failed with unknown error. See logs for the “Run gradlew” phase for more information.

{
  "cli": {
    "version": ">= 3.1.1"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal",
      "extends": "production"
    },
    "production": {
      "node": "16.13.0"
    }
  },
  "submit": {
    "production": {}
  }
}

Hi @nskhan, I can’t figure out what could be the issue with the failed build for the configuration you have shared. Can you please share build link that is failing so I can have look and suggest what can done to resolve it? (Note: the link you share here will only be viewable by the Expo team members).

Unrelated to your build error, the above looks to me like it could cause EAS Build to produce a .aab file instead of a .apk file when you build with the above preview profile. I’m not sure, though.

But if you run into that problem, try getting rid of the "extends": "production",

hi @amanhimself and @wodin wodin i tried to develop app without configure app.josn its developed app . On config app.josn this problem appears again

{
  "expo": {
    "name": "CPC - THE CODE OF CIVIL PROCEDURE",
    "slug": "CPC_Pakistan",
    "version": "7.1.0",
    "orientation": "portrait",
    "icon": "./assets/cpc.png",
    "userInterfaceStyle": "light",
    "splash": {
      "image": "./assets/sp.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/cpc.png",
        "backgroundColor": "#FFFFFF"
      },
      "package": "com.nskcpccodeofcivilprocedure1908.nskcpc",
      "versionCode": 16
    },
    "web": {
      "favicon": "./assets/favicon.png"
    },
    "extra": {
      "eas": {
        "projectId": "9d0615c0-cb98-11e9-8aca-1bb5077adcbe"
      }
    }
  }
}

Hi @nskhan

Please provide a link to the failed build so that Aman can check the logs.

Also, check the “Run gradlew” logs and search for “FAILED” and paste the error messages around there so that I can see them. I can’t access the build logs, since I’m not an Expo team member.

1 Like

@amanhimself and @wodin

Waiting for build to complete. You can press Ctrl+C to exit.
:heavy_multiplication_x: Build failed

:robot: Android build failed:
Gradle build failed with unknown error. See logs for the “Run gradlew” phase for more information.

I mean you would need to copy the part of the “Run gradlew” logs from your build link on expo.dev if you want me to be able to help with the logs. Not from your terminal.

But hopefully Aman has a chance to look.

First part of "Run gradlew" log
1
Running 'gradlew :app:bundleRelease' in /home/expo/workingdir/build/android
2
Downloading https://services.gradle.org/distributions/gradle-7.5.1-all.zip
3
10%
4
20%.
5
30%.
6
40%.
7
50%.
8
60%.
9
70%.
10
80%.
11
90%.
12
100%
13
Welcome to Gradle 7.5.1!
14
Here are the highlights of this release:
15
- Support for Java 18
16
 - Support for building with Groovy 4
17
 - Much more responsive continuous builds
18
 - Improved diagnostics for dependency resolution
19
For more details see https://docs.gradle.org/7.5.1/release-notes.html
20
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.5.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
21
Daemon will be stopped at the end of the build
22
> Task :react-native-gradle-plugin:pluginDescriptors
23
> Task :react-native-gradle-plugin:processResources
24
> Task :react-native-gradle-plugin:compileKotlin
25
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt: (10, 37): 'BaseVariant' is deprecated. Deprecated in Java
26
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt: (119, 30): 'BaseVariant' is deprecated. Deprecated in Java
27
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt: (135, 26): 'BaseVariant' is deprecated. Deprecated in Java
28
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt: (157, 32): 'BaseVariant' is deprecated. Deprecated in Java
29
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt: (163, 31): 'BaseVariant' is deprecated. Deprecated in Java
30
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactExtension.kt: (171, 36): 'BaseVariant' is deprecated. Deprecated in Java
31
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/ReactPlugin.kt: (114, 48): 'reactRoot: DirectoryProperty' is deprecated. reactRoot was confusing and has been replace with root to point to your root project and reactNativeDir to point to the folder of the react-native NPM package
32
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt: (10, 37): 'ApplicationVariant' is deprecated. Deprecated in Java
33
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt: (11, 37): 'BaseVariant' is deprecated. Deprecated in Java
34
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt: (12, 37): 'LibraryVariant' is deprecated. Deprecated in Java
35
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt: (27, 51): 'BaseVariant' is deprecated. Deprecated in Java
36
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt: (130, 12): 'ApplicationVariant' is deprecated. Deprecated in Java
37
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt: (131, 12): 'LibraryVariant' is deprecated. Deprecated in Java
38
w: /home/expo/workingdir/build/node_modules/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/TaskConfiguration.kt: (251, 14): 'BaseVariant' is deprecated. Deprecated in Java
39
> Task :react-native-gradle-plugin:compileJava NO-SOURCE
40
> Task :react-native-gradle-plugin:classes
41
> Task :react-native-gradle-plugin:inspectClassesForKotlinIC
42
> Task :react-native-gradle-plugin:jar
43
> Configure project :expo-application
44
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
45
> Configure project :expo-constants
46
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
47
> Configure project :expo-error-recovery
48
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
49
> Configure project :expo-file-system
50
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
51
> Configure project :expo-font
52
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
53
> Configure project :expo-keep-awake
54
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
55
> Configure project :expo-modules-core
56
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
57
Checking the license for package CMake 3.18.1 in /home/expo/Android/Sdk/licenses
58
License for package CMake 3.18.1 accepted.
59
Preparing "Install CMake 3.18.1 (revision: 3.18.1)".
60
"Install CMake 3.18.1 (revision: 3.18.1)" ready.
61
Installing CMake 3.18.1 in /home/expo/Android/Sdk/cmake/3.18.1
62
"Install CMake 3.18.1 (revision: 3.18.1)" complete.
63
"Install CMake 3.18.1 (revision: 3.18.1)" finished.
64
> Configure project :expo-splash-screen
65
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
66
> Configure project :expo
67
Using expo modules
68
  - expo-application (5.0.1)
69
  - expo-constants (14.0.2)
70
  - expo-error-recovery (4.0.1)
71
  - expo-file-system (15.1.1)
72
  - expo-font (11.0.1)
73
  - expo-keep-awake (11.0.1)
74
  - expo-modules-core (1.1.1)
75
  - expo-splash-screen (0.17.5)
76
WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file or use the new publishing DSL.
77
Checking the license for package Android SDK Build-Tools 30.0.3 in /home/expo/Android/Sdk/licenses
78
License for package Android SDK Build-Tools 30.0.3 accepted.
79
Preparing "Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)".
80
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" ready.
81
Installing Android SDK Build-Tools 30.0.3 in /home/expo/Android/Sdk/build-tools/30.0.3
82
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" complete.
83
"Install Android SDK Build-Tools 30.0.3 (revision: 30.0.3)" finished.
84
Checking the license for package Android SDK Platform 31 in /home/expo/Android/Sdk/licenses
85
License for package Android SDK Platform 31 accepted.
86
Preparing "Install Android SDK Platform 31 (revision: 1)".
87
"Install Android SDK Platform 31 (revision: 1)" ready.
88
Installing Android SDK Platform 31 in /home/expo/Android/Sdk/platforms/android-31
89
"Install Android SDK Platform 31 (revision: 1)" complete.
90
"Install Android SDK Platform 31 (revision: 1)" finished.
91
The Kotlin Gradle plugin was loaded multiple times in different subprojects, which is not supported and may break the build. 
92
This might happen in subprojects that apply the Kotlin plugins with the Gradle 'plugins { ... }' DSL if they specify explicit versions, even if the versions are equal.
93
Please add the Kotlin plugin to the common parent project or the root project, then remove the versions in the subprojects.
94
If the parent project does not need the plugin, add 'apply false' to the plugin line.
95
See: https://docs.gradle.org/current/userguide/plugins.html#sec:subprojects_plugins_dsl
96
The Kotlin plugin was loaded in the following projects: ':expo', ':expo-modules-core'
97
> Task :expo-constants:preBuild UP-TO-DATE
98
> Task :expo-constants:preReleaseBuild UP-TO-DATE
99
> Task :expo-application:preBuild UP-TO-DATE
100
> Task :expo-application:preReleaseBuild UP-TO-DATE
101
> Task :expo-application:packageReleaseRenderscript NO-SOURCE
102
> Task :expo-error-recovery:preBuild UP-TO-DATE
103
> Task :expo-constants:packageReleaseRenderscript NO-SOURCE
104
> Task :expo-error-recovery:preReleaseBuild UP-TO-DATE
105
> Task :expo-file-system:preBuild UP-TO-DATE
106
> Task :expo-file-system:preReleaseBuild UP-TO-DATE
107
> Task :expo-file-system:packageReleaseRenderscript NO-SOURCE
108
> Task :expo-font:preBuild UP-TO-DATE
109
> Task :expo-error-recovery:packageReleaseRenderscript NO-SOURCE
110
> Task :expo-font:preReleaseBuild UP-TO-DATE
111
> Task :expo-font:packageReleaseRenderscript NO-SOURCE
112
> Task :expo-keep-awake:preBuild UP-TO-DATE
113
> Task :expo-keep-awake:preReleaseBuild UP-TO-DATE
114
> Task :expo-keep-awake:packageReleaseRenderscript NO-SOURCE
115
> Task :expo-splash-screen:preBuild UP-TO-DATE
116
> Task :expo-splash-screen:preReleaseBuild UP-TO-DATE
117
> Task :expo-modules-core:preBuild UP-TO-DATE
118
> Task :expo-splash-screen:packageReleaseRenderscript NO-SOURCE
119
> Task :expo-modules-core:preReleaseBuild UP-TO-DATE
120
> Task :expo-modules-core:packageReleaseRenderscript NO-SOURCE
121
> Task :react-native-vector-icons:preBuild UP-TO-DATE
122
> Task :react-native-vector-icons:preReleaseBuild UP-TO-DATE
123
> Task :react-native-vector-icons:packageReleaseRenderscript NO-SOURCE
124
> Task :expo-application:mergeReleaseShaders
125
> Task :expo-application:compileReleaseShaders NO-SOURCE
126
> Task :expo-constants:mergeReleaseShaders
127
> Task :expo-application:generateReleaseAssets UP-TO-DATE
128
> Task :expo-constants:compileReleaseShaders NO-SOURCE
129
> Task :expo-application:packageReleaseAssets
130
> Task :expo-error-recovery:mergeReleaseShaders
131
> Task :expo-error-recovery:compileReleaseShaders NO-SOURCE
132
> Task :expo-error-recovery:generateReleaseAssets UP-TO-DATE
133
> Task :expo-error-recovery:packageReleaseAssets
134
> Task :expo-file-system:mergeReleaseShaders
135
> Task :expo-file-system:compileReleaseShaders NO-SOURCE
136
> Task :expo-file-system:generateReleaseAssets UP-TO-DATE
137
> Task :expo-file-system:packageReleaseAssets
138
> Task :expo-font:mergeReleaseShaders
139
> Task :expo-font:compileReleaseShaders NO-SOURCE
140
> Task :expo-font:generateReleaseAssets UP-TO-DATE
141
> Task :expo-font:packageReleaseAssets
142
> Task :expo-keep-awake:mergeReleaseShaders
143
> Task :expo-keep-awake:compileReleaseShaders NO-SOURCE
144
> Task :expo-keep-awake:generateReleaseAssets UP-TO-DATE
145
> Task :expo-keep-awake:packageReleaseAssets
146
> Task :expo-modules-core:mergeReleaseShaders
147
> Task :expo-modules-core:compileReleaseShaders NO-SOURCE
148
> Task :expo-modules-core:generateReleaseAssets UP-TO-DATE
149
> Task :expo-modules-core:packageReleaseAssets
150
> Task :expo-splash-screen:mergeReleaseShaders
151
> Task :expo-splash-screen:compileReleaseShaders NO-SOURCE
152
> Task :expo-splash-screen:generateReleaseAssets UP-TO-DATE
153
> Task :expo-splash-screen:packageReleaseAssets
154
> Task :react-native-vector-icons:mergeReleaseShaders
155
> Task :react-native-vector-icons:compileReleaseShaders NO-SOURCE
156
> Task :react-native-vector-icons:generateReleaseAssets UP-TO-DATE
157
> Task :react-native-vector-icons:packageReleaseAssets
158
> Task :expo-application:compileReleaseRenderscript NO-SOURCE
159
> Task :expo-application:generateReleaseResValues
160
> Task :expo-application:generateReleaseResources
161
> Task :expo-constants:createReleaseExpoConfig
162
> Task :expo-constants:copyReleaseExpoConfig
163
> Task :expo:generateExpoModulesPackageList
164
> Task :expo:preBuild
165
> Task :expo-constants:generateReleaseAssets UP-TO-DATE
166
> Task :expo:preReleaseBuild
167
> Task :expo:packageReleaseRenderscript NO-SOURCE
168
> Task :expo:mergeReleaseShaders
169
> Task :expo-application:packageReleaseResources
170
> Task :expo:compileReleaseShaders NO-SOURCE
171
> Task :expo:generateReleaseAssets UP-TO-DATE
172
> Task :expo-error-recovery:compileReleaseRenderscript NO-SOURCE
173
> Task :expo-error-recovery:generateReleaseResValues
174
> Task :expo-error-recovery:generateReleaseResources
175
> Task :expo:packageReleaseAssets
176
> Task :expo:compileReleaseRenderscript NO-SOURCE
177
> Task :expo:generateReleaseResValues
178
> Task :expo-error-recovery:packageReleaseResources
179
> Task :expo:generateReleaseResources
180
> Task :expo-file-system:compileReleaseRenderscript NO-SOURCE
181
> Task :expo-file-system:generateReleaseResValues
182
> Task :expo-file-system:generateReleaseResources
183
> Task :expo:packageReleaseResources
184
> Task :expo-font:compileReleaseRenderscript NO-SOURCE
185
> Task :expo-font:generateReleaseResValues
186
> Task :expo-font:generateReleaseResources
187
> Task :expo-font:packageReleaseResources
188
> Task :expo-keep-awake:compileReleaseRenderscript NO-SOURCE
189
> Task :expo-keep-awake:generateReleaseResValues
190
> Task :expo-keep-awake:generateReleaseResources
191
> Task :expo-keep-awake:packageReleaseResources
192
> Task :expo-modules-core:compileReleaseRenderscript NO-SOURCE
193
> Task :expo-file-system:packageReleaseResources
194
> Task :expo-modules-core:generateReleaseResValues
195
> Task :expo-modules-core:generateReleaseResources
196
> Task :expo-splash-screen:compileReleaseRenderscript NO-SOURCE
197
> Task :expo-splash-screen:generateReleaseResValues
198
> Task :expo-splash-screen:generateReleaseResources
199
> Task :expo-modules-core:packageReleaseResources
200
> Task :react-native-vector-icons:compileReleaseRenderscript NO-SOURCE
201
> Task :react-native-vector-icons:generateReleaseResValues
202
> Task :react-native-vector-icons:generateReleaseResources
203
> Task :react-native-vector-icons:packageReleaseResources
204
> Task :expo:extractDeepLinksRelease
205
> Task :expo-splash-screen:packageReleaseResources
206
> Task :expo-application:extractDeepLinksRelease
207
> Task :expo:processReleaseManifest
208
> Task :expo-error-recovery:extractDeepLinksRelease
209
> Task :expo-application:processReleaseManifest
210
> Task :expo-file-system:extractDeepLinksRelease
211
> Task :expo-file-system:processReleaseManifest
212
/home/expo/workingdir/build/node_modules/expo-file-system/android/src/main/AndroidManifest.xml:8:9-10:20 Warning:
213
	provider#expo.modules.filesystem.FileSystemFileProvider@android:authorities was tagged at AndroidManifest.xml:8 to replace other declarations but no other declaration present
214
> Task :expo-font:extractDeepLinksRelease
215
> Task :expo-error-recovery:processReleaseManifest
216
> Task :expo-keep-awake:extractDeepLinksRelease
217
> Task :expo-font:processReleaseManifest
218
> Task :expo-modules-core:extractDeepLinksRelease
219
> Task :expo-constants:packageReleaseAssets
220
> Task :expo-constants:compileReleaseRenderscript NO-SOURCE
221
> Task :expo-constants:generateReleaseResValues
222
> Task :expo-constants:generateReleaseResources
223
> Task :expo-constants:packageReleaseResources
224
> Task :expo-constants:extractDeepLinksRelease
225
> Task :expo-constants:processReleaseManifest
226
> Task :expo-splash-screen:extractDeepLinksRelease
227
> Task :expo-splash-screen:processReleaseManifest
228
> Task :react-native-vector-icons:extractDeepLinksRelease
229
> Task :expo-modules-core:processReleaseManifest
230
> Task :expo-keep-awake:processReleaseManifest
231
> Task :expo-application:compileReleaseLibraryResources
232
> Task :expo:compileReleaseLibraryResources
233
> Task :expo-error-recovery:compileReleaseLibraryResources
234
> Task :expo-file-system:compileReleaseLibraryResources
235
> Task :expo-font:compileReleaseLibraryResources
236
> Task :expo-constants:compileReleaseLibraryResources
237
> Task :react-native-vector-icons:processReleaseManifest
238
> Task :expo-keep-awake:compileReleaseLibraryResources
239
> Task :expo-modules-core:compileReleaseLibraryResources
240
> Task :expo-splash-screen:compileReleaseLibraryResources
241
> Task :react-native-vector-icons:compileReleaseLibraryResources
242
> Task :expo-modules-core:compileReleaseAidl NO-SOURCE
243
> Task :expo-application:compileReleaseAidl NO-SOURCE
244
> Task :expo-constants:compileReleaseAidl NO-SOURCE
245
> Task :expo-error-recovery:compileReleaseAidl NO-SOURCE
246
> Task :expo-file-system:compileReleaseAidl NO-SOURCE
247
> Task :expo-font:compileReleaseAidl NO-SOURCE
248
> Task :expo-keep-awake:compileReleaseAidl NO-SOURCE
249
> Task :expo-splash-screen:compileReleaseAidl NO-SOURCE
250
> Task :expo:compileReleaseAidl NO-SOURCE
251
> Task :expo:generateReleaseBuildConfig
252
> Task :expo-modules-core:parseReleaseLocalResources
253
> Task :expo-application:parseReleaseLocalResources
254
> Task :expo:parseReleaseLocalResources
255
> Task :app:generatePackageList
256
> Task :app:preBuild
257
> Task :app:preReleaseBuild
258
> Task :app:compileReleaseRenderscript NO-SOURCE
259
> Task :app:generateReleaseResValues
260
> Task :expo-constants:parseReleaseLocalResources
261
> Task :expo-file-system:parseReleaseLocalResources
262
> Task :app:bundleReleaseJsAndAssets
263
Execution optimizations have been disabled for task ':app:bundleReleaseJsAndAssets' to ensure correctness due to the following reasons:
264
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
265
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
266
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
267
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
268
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
269
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
270
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
271
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
272
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
273
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
274
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:parseReleaseLocalResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
275
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-application:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
276
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
277
- Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
278
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
279
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
280
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:copyReleaseExpoConfig' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
281
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:createReleaseExpoConfig' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
282
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
283
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
284
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
285
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
286
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Second part of "Run gradlew" log
287
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
288
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:parseReleaseLocalResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
289
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-constants:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
290
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
291
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
292
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
293
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
294
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
295
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
296
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
297
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
298
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
299
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
300
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:parseReleaseLocalResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
301
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-error-recovery:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
302
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
303
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
304
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
305
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
306
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
307
- Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
308
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
309
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
310
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
311
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
312
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:parseReleaseLocalResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
313
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-file-system:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
314
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
315
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
316
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
317
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
318
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
319
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
320
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
321
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
322
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
323
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
324
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-font:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
325
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
326
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
327
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
328
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
329
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
330
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
331
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
332
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
333
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
334
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
335
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-keep-awake:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
336
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
337
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
338
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
339
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
340
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
341
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:generateReleaseRFile' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
342
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
343
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
344
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
345
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
346
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
347
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:parseReleaseLocalResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
348
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-modules-core:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
349
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
350
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
Last part of "Run gradlew" log
351
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
352
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
353
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
354
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
355
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
356
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
357
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
358
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
359
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo-splash-screen:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
360
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:compileReleaseAidl' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
361
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
362
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
363
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
364
- Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
365
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:generateReleaseBuildConfig' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
366
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
367
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
368
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
369
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
370
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
371
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:parseReleaseLocalResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
372
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':expo:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
373
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:compileReleaseLibraryResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
374
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:compileReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
375
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:compileReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
376
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:extractDeepLinksRelease' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
377
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:generateReleaseResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
378
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:mergeReleaseShaders' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
379
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:packageReleaseAssets' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
380
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:packageReleaseRenderscript' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
381
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:packageReleaseResources' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
382
  - Gradle detected a problem with the following location: '/home/expo/workingdir/build'. Reason: Task ':app:bundleReleaseJsAndAssets' uses this output of task ':react-native-vector-icons:processReleaseManifest' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Please refer to https://docs.gradle.org/7.5.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.
383
> Task :expo-font:parseReleaseLocalResources
384
> Task :expo-keep-awake:parseReleaseLocalResources
385
> Task :expo-splash-screen:parseReleaseLocalResources
386
> Task :expo-application:generateReleaseBuildConfig
387
> Task :expo-application:javaPreCompileRelease
388
> Task :expo-constants:generateReleaseBuildConfig
389
> Task :expo-constants:javaPreCompileRelease
390
> Task :expo-error-recovery:parseReleaseLocalResources
391
> Task :expo-error-recovery:generateReleaseBuildConfig
392
> Task :expo-file-system:generateReleaseBuildConfig
393
> Task :expo-error-recovery:javaPreCompileRelease
394
> Task :expo-font:generateReleaseBuildConfig
395
> Task :expo-file-system:javaPreCompileRelease
396
> Task :expo-keep-awake:generateReleaseBuildConfig
397
> Task :expo-font:javaPreCompileRelease
398
> Task :expo-splash-screen:generateReleaseBuildConfig
399
> Task :expo-keep-awake:javaPreCompileRelease
400
> Task :expo-splash-screen:javaPreCompileRelease
401
> Task :react-native-vector-icons:compileReleaseAidl NO-SOURCE
402
> Task :expo:javaPreCompileRelease
403
> Task :react-native-vector-icons:generateReleaseBuildConfig
404
> Task :react-native-vector-icons:parseReleaseLocalResources
405
> Task :expo:writeReleaseAarMetadata
406
> Task :expo-application:writeReleaseAarMetadata
407
> Task :expo-constants:writeReleaseAarMetadata
408
> Task :expo-error-recovery:writeReleaseAarMetadata
409
> Task :expo-file-system:writeReleaseAarMetadata
410
> Task :expo-font:writeReleaseAarMetadata
411
> Task :expo-keep-awake:writeReleaseAarMetadata
412
> Task :expo-splash-screen:writeReleaseAarMetadata
413
> Task :expo:processReleaseJavaRes NO-SOURCE
414
> Task :expo-application:processReleaseJavaRes NO-SOURCE
415
> Task :expo-constants:cleanupReleaseExpoConfig
416
> Task :expo-constants:processReleaseJavaRes NO-SOURCE
417
> Task :expo-error-recovery:processReleaseJavaRes NO-SOURCE
418
> Task :expo-file-system:processReleaseJavaRes NO-SOURCE
419
> Task :expo-font:processReleaseJavaRes NO-SOURCE
420
> Task :expo-keep-awake:processReleaseJavaRes NO-SOURCE
421
> Task :expo-splash-screen:processReleaseJavaRes NO-SOURCE
422
> Task :expo:mergeReleaseJniLibFolders
423
> Task :expo:mergeReleaseNativeLibs NO-SOURCE
424
> Task :expo:copyReleaseJniLibsProjectOnly
425
> Task :expo-application:mergeReleaseJniLibFolders
426
> Task :expo-application:mergeReleaseNativeLibs NO-SOURCE
427
> Task :expo-application:copyReleaseJniLibsProjectOnly
428
> Task :expo-constants:mergeReleaseJniLibFolders
429
> Task :expo-constants:mergeReleaseNativeLibs NO-SOURCE
430
> Task :expo-constants:copyReleaseJniLibsProjectOnly
431
> Task :expo-error-recovery:mergeReleaseJniLibFolders
432
> Task :expo-error-recovery:mergeReleaseNativeLibs NO-SOURCE
433
> Task :expo-error-recovery:copyReleaseJniLibsProjectOnly
434
> Task :expo-file-system:mergeReleaseJniLibFolders
435
> Task :expo-file-system:mergeReleaseNativeLibs NO-SOURCE
436
> Task :expo-file-system:copyReleaseJniLibsProjectOnly
437
> Task :expo-font:mergeReleaseJniLibFolders
438
> Task :expo-font:mergeReleaseNativeLibs NO-SOURCE
439
> Task :expo-modules-core:generateReleaseBuildConfig
440
> Task :expo-modules-core:javaPreCompileRelease
441
> Task :react-native-vector-icons:javaPreCompileRelease
442
> Task :expo-modules-core:writeReleaseAarMetadata
443
> Task :react-native-vector-icons:writeReleaseAarMetadata
444
> Task :expo-modules-core:processReleaseJavaRes NO-SOURCE
445
> Task :react-native-vector-icons:processReleaseJavaRes NO-SOURCE
446
> Task :react-native-vector-icons:bundleLibResRelease NO-SOURCE
447
> Task :expo-font:copyReleaseJniLibsProjectOnly
448
> Task :expo-keep-awake:mergeReleaseJniLibFolders
449
> Task :expo-keep-awake:mergeReleaseNativeLibs NO-SOURCE
450
> Task :expo-keep-awake:copyReleaseJniLibsProjectOnly
451
> Task :expo-modules-core:generateReleaseRFile
452
> Task :react-native-vector-icons:generateReleaseRFile
453
> Task :expo-splash-screen:mergeReleaseJniLibFolders
454
> Task :expo-splash-screen:mergeReleaseNativeLibs NO-SOURCE
455
> Task :expo-splash-screen:copyReleaseJniLibsProjectOnly
456
> Task :expo:prepareReleaseArtProfile
457
> Task :expo-application:prepareReleaseArtProfile
458
> Task :expo-constants:prepareReleaseArtProfile
459
> Task :expo-error-recovery:prepareReleaseArtProfile
460
> Task :expo-file-system:prepareReleaseArtProfile
461
> Task :expo-font:prepareReleaseArtProfile
462
> Task :expo-keep-awake:prepareReleaseArtProfile
463
> Task :expo-splash-screen:prepareReleaseArtProfile
464
> Task :expo-modules-core:extractReactNativeAARRelease
465
> Task :expo-constants:generateReleaseRFile
466
> Task :expo-error-recovery:generateReleaseRFile
467
> Task :app:bundleReleaseJsAndAssets
468
warning: the transform cache was reset.
469
                Welcome to Metro v0.72.3
470
              Fast - Scalable - Integrated
471
> Task :expo-application:generateReleaseRFile
472
> Task :expo-font:generateReleaseRFile
473
> Task :expo-keep-awake:generateReleaseRFile
474
> Task :expo-file-system:generateReleaseRFile
475
> Task :expo-splash-screen:generateReleaseRFile
476
> Task :expo:generateReleaseRFile
477
> Task :expo-modules-core:createNativeDepsDirectories UP-TO-DATE
478
> Task :react-native-vector-icons:compileReleaseJavaWithJavac
479
> Task :react-native-vector-icons:bundleLibRuntimeToJarRelease
480
> Task :app:bundleReleaseJsAndAssets
481
Error: Unable to resolve module react-native-webview from /home/expo/workingdir/build/Screen/Ads.js: react-native-webview could not be found within the project or in these directories:
482
  node_modules
483
  1 | import * as React from 'react';
484
> 2 | import { WebView } from 'react-native-webview';
485
    |                          ^
486
  3 |
487
  4 | export default function Ads() {
488
  5 |   return (
489
    at ModuleResolver.resolveDependency (/home/expo/workingdir/build/node_modules/metro/src/node-haste/DependencyGraph/ModuleResolution.js:178:15)
490
    at DependencyGraph.resolveDependency (/home/expo/workingdir/build/node_modules/metro/src/node-haste/DependencyGraph.js:264:43)
491
    at Object.resolve (/home/expo/workingdir/build/node_modules/metro/src/lib/transformHelpers.js:170:21)
492
    at resolveDependencies (/home/expo/workingdir/build/node_modules/metro/src/DeltaBundler/graphOperations.js:466:33)
493
    at processModule (/home/expo/workingdir/build/node_modules/metro/src/DeltaBundler/graphOperations.js:232:31)
494
    at runMicrotasks (<anonymous>)
495
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
496
    at async addDependency (/home/expo/workingdir/build/node_modules/metro/src/DeltaBundler/graphOperations.js:361:18)
497
    at async Promise.all (index 4)
498
    at async processModule (/home/expo/workingdir/build/node_modules/metro/src/DeltaBundler/graphOperations.js:279:3)
499
info Run CLI with --verbose flag for more details.
500
[stderr] error Unable to resolve module react-native-webview from /home/expo/workingdir/build/Screen/Ads.js: react-native-webview could not be found within the project or in these directories:
501
[stderr]   node_modules
502
[stderr]   1 | import * as React from 'react';
503
[stderr] > 2 | import { WebView } from 'react-native-webview';
504
[stderr]     |                          ^
505
[stderr]   3 |
506
[stderr]   4 | export default function Ads() {
507
[stderr]   5 |   return (.
508
> Task :app:bundleReleaseJsAndAssets FAILED
509
> Task :expo-modules-core:downloadBoost
510
Download https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.gz
511
> Task :expo-modules-core:compileReleaseKotlin
512
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/core/utilities/EmulatorUtilities.kt: (30, 13): 'SERIAL: String!' is deprecated. Deprecated in Java
513
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/activityresult/ActivityResultsManager.kt: (52, 24): Parameter 'activity' is never used
514
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/events/KModuleEventEmitterWrapper.kt: (90, 7): 'constructor Event<T : Event<(raw) Event<*>>!>(Int)' is deprecated. Deprecated in Java
515
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/JavaScriptObject.kt: (59, 33): Parameter 'null' is never used
516
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/JavaScriptObject.kt: (100, 5): Parameter 'null' is never used
517
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/modules/Module.kt: (43, 7): 'coroutineScope: CoroutineScope' is deprecated. Use a scope from the AppContext
518
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/Either.kt: (24, 11): Parameter 'type' is never used
519
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/Either.kt: (27, 11): Parameter 'type' is never used
520
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/Either.kt: (44, 11): Parameter 'type' is never used
521
w: /home/expo/workingdir/build/node_modules/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/Either.kt: (59, 11): Parameter 'type' is never used
522
[stderr] FAILURE: Build completed with 2 failures.
523
[stderr] 1: Task failed with an exception.
524
[stderr] -----------
525
[stderr] * What went wrong:
526
[stderr] Execution failed for task ':app:bundleReleaseJsAndAssets'.
527
[stderr] > Process 'command 'node'' finished with non-zero exit value 1
528
[stderr] * Try:
529
[stderr] > Run with --stacktrace option to get the stack trace.
530
[stderr] > Run with --info or --debug option to get more log output.
531
[stderr] > Run with --scan to get full insights.
532
[stderr] ==============================================================================
533
[stderr] 2: Task failed with an exception.
534
[stderr] -----------
535
[stderr] * What went wrong:
536
[stderr] java.lang.StackOverflowError (no error message)
537
[stderr] * Try:
538
[stderr] > Run with --stacktrace option to get the stack trace.
539
[stderr] > Run with --info or --debug option to get more log output.
540
[stderr] > Run with --scan to get full insights.
541
[stderr] ==============================================================================
542
[stderr] * Get more help at https://help.gradle.org
543
[stderr] BUILD FAILED in 2m 43s
544
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
545
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
546
See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
547
Execution optimizations have been disabled for 1 invalid unit(s) of work during this build to ensure correctness.
548
Please consult deprecation warnings for more details.
549
161 actionable tasks: 161 executed
550
Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.

Thanks. I meant just the parts with the error(s). Not the whole log.

This seems to be the problem. Do you have react-native-webview installed?

"react-native-webview": "11.23.1" is installed
{
  "name": "cpc",
  "version": "1.0.0",
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "@react-navigation/native": "^6.1.1",
    "@react-navigation/native-stack": "^6.9.7",
    "expo": "~47.0.12",
    "expo-status-bar": "~1.4.2",
    "react": "18.1.0",
    "react-native": "0.70.5",
    "react-native-paper": "^5.1.2",
    "react-native-vector-icons": "^9.2.0",
    "react-native-webview": "11.23.1"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9"
  },
  "private": true
}

OK, that’s strange. What do you get if you run expo-cli doctor?

What happens if you remove node_modules and your lock file (either package-lock.json or yarn.lock, depending on whether you use npm or yarn) and then run the following?

npx expo install
expo-cli doctor --fix-dependencies

In addition to the react-native-webview issue, it looks like you’re missing some dependencies:

See the React Navigation docs: Installing dependencies into an Expo managed project

Thanks for sharing the build link. It seems react-native-webview in the build you shared, isn’t installed.

Could be it that you installed the library after creating the build? In that case, I’d suggest creating the build again.

1 Like

@nskhan and @wodin i’m having issue building my apk app on expo eas.

This is the error part on the gradle

[stderr]

FAILURE: Build failed with an exception.

78[stderr]

* Where:

79[stderr]

Build file '/home/expo/workingdir/build/node_modules/react-native-fs/android/build.gradle' line: 33

80[stderr]

* What went wrong:

81[stderr]

A problem occurred evaluating project ':react-native-fs'.

82[stderr]

> Could not find method compile() for arguments [com.facebook.react:react-native:0.12.+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

83[stderr]

* Try:

84[stderr]

> Run with --stacktrace option to get the stack trace.

85[stderr]

> Run with --info or --debug option to get more log output.

86[stderr]

> Run with --scan to get full insights.

87[stderr]

* Get more help at https://help.gradle.org

88[stderr]

BUILD FAILED in 2m 7s

89

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

90

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

91

See https://docs.gradle.org/7.3.3/userguide/command_line_interface.html#sec:command_line_warnings

92

6 actionable tasks: 6 executed

93

Error: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information.