添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account No such file found error<java.nio.file.NoSuchFileException: C:\Users\user\Desktop\React Native Project\<NameofProject>\android\app\build\intermediates\externives\debug\out> #28954 No such file found error<java.nio.file.NoSuchFileException: C:\Users\user\Desktop\React Native Project\<NameofProject>\android\app\build\intermediates\externives\debug\out> #28954 hackrx opened this issue May 22, 2020 · 29 comments

Description

Yesterday my project was working fine.But today when I generated the signed apk from android studio, the apk generated successfully, although it is not installing on my mobile.
But it was working on emulator.
Issue is when I run npm run android it is causing error.
Here is the error:

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.0.1/userguide/command_line_interface.html#sec:command_line_warnings
230 actionable tasks: 2 executed, 228 up-to-date
java.nio.file.NoSuchFileException: C:\Users\user\Desktop\React Native Project\<NameofProject>\android\app\build\intermediates\external_file_lib_dex_archives\debug\out
        at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
        at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
        at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
        at sun.nio.fs.WindowsDirectoryStream.<init>(WindowsDirectoryStream.java:86)
        at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:518)
        at java.nio.file.Files.newDirectoryStream(Files.java:457)
        at java.nio.file.Files.list(Files.java:3451)
        at com.android.build.gradle.internal.tasks.DexMergingParams.getAllDexFiles(DexMergingTask.kt:503)
        at com.android.build.gradle.internal.tasks.DexMergingTaskRunnable.run(DexMergingTask.kt:419)
        at com.android.build.gradle.internal.tasks.Workers$ActionFacade.run(Workers.kt:348)
        at org.gradle.workers.internal.AdapterWorkAction.execute(AdapterWorkAction.java:50)
        at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:50)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:65)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:61)
        at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:98)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.execute(NoIsolationWorkerFactory.java:61)
        at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
        at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:416)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:406)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:102)
        at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
        at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:53)
        at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:217)
        at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:212)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:215)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:131)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
        at java.lang.Thread.run(Thread.java:748)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDexDebug'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > java.nio.file.NoSuchFileException: C:\Users\user\Desktop\React Native Project\<NameOfProject>\android\app\build\intermediates\external_file_lib_dex_archives\debug\out
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 15s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details.
Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
java.nio.file.NoSuchFileException: C:\Users\user\Desktop\React Native Project\<NameofProject>\android\app\build\intermediates\external_file_lib_dex_archives\debug\out
        at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
        at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
        at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
        at sun.nio.fs.WindowsDirectoryStream.<init>(WindowsDirectoryStream.java:86)
        at sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:518)
        at java.nio.file.Files.newDirectoryStream(Files.java:457)
        at java.nio.file.Files.list(Files.java:3451)
        at com.android.build.gradle.internal.tasks.DexMergingParams.getAllDexFiles(DexMergingTask.kt:503)
        at com.android.build.gradle.internal.tasks.DexMergingTaskRunnable.run(DexMergingTask.kt:419)
        at com.android.build.gradle.internal.tasks.Workers$ActionFacade.run(Workers.kt:348)
        at org.gradle.workers.internal.AdapterWorkAction.execute(AdapterWorkAction.java:50)
        at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:50)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:65)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1$1.create(NoIsolationWorkerFactory.java:61)
        at org.gradle.internal.classloader.ClassLoaderUtils.executeInClassloader(ClassLoaderUtils.java:98)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1$1.execute(NoIsolationWorkerFactory.java:61)
        at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:44)
        at org.gradle.workers.internal.AbstractWorker$1.call(AbstractWorker.java:41)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:416)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor$CallableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:406)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor$1.execute(DefaultBuildOperationExecutor.java:165)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:250)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:158)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:102)
        at org.gradle.internal.operations.DelegatingBuildOperationExecutor.call(DelegatingBuildOperationExecutor.java:36)
        at org.gradle.workers.internal.AbstractWorker.executeWrappedInBuildOperation(AbstractWorker.java:41)
        at org.gradle.workers.internal.NoIsolationWorkerFactory$1.execute(NoIsolationWorkerFactory.java:53)
        at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:217)
        at org.gradle.workers.internal.DefaultWorkerExecutor$3.call(DefaultWorkerExecutor.java:212)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runExecution(DefaultConditionalExecutionQueue.java:215)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.runBatch(DefaultConditionalExecutionQueue.java:164)
        at org.gradle.internal.work.DefaultConditionalExecutionQueue$ExecutionRunner.run(DefaultConditionalExecutionQueue.java:131)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
        at java.lang.Thread.run(Thread.java:748)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:mergeDexDebug'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
   > java.nio.file.NoSuchFileException: C:\Users\user\Desktop\React Native Project\<NameOfProject>\android\app\build\intermediates\external_file_lib_dex_archives\debug\out
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 15s
    at makeError (C:\Users\user\Desktop\React Native Project\<NameOfProject>\node_modules\execa\index.js:174:9)
    at C:\Users\user\Desktop\React Native Project\<NameOfProject>\node_modules\execa\index.js:278:16
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
    at async runOnAllDevices (C:\Users\user\Desktop\React Native Project\<NameOfProject>\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:94:5)
    at async Command.handleAction (C:\Users\user\Desktop\React Native Project\<NameOfProject>\node_modules\react-native\node_modules\@react-native-community\cli\build\index.js:186:9)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! <NameOfProject>@0.0.1 android: `react-native run-android`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the <NameOfProject>@0.0.1 android script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\user\AppData\Roaming\npm-cache\_logs\2020-05-22T23_10_38_663Z-debug.log

Log File

0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'C:\\Program Files\\nodejs\\node.exe', 1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'android' 1 verbose cli ] 2 info using [email protected] 3 info using [email protected] 4 verbose run-script [ 'preandroid', 'android', 'postandroid' ] 5 info lifecycle <NameOfProject>@0.0.1~preandroid: <NameOfProject>@0.0.1 6 info lifecycle <NameOfProject>@0.0.1~android: <NameOfProject>@0.0.1 7 verbose lifecycle <NameOfProject>@0.0.1~android: unsafe-perm in lifecycle true 8 verbose lifecycle <NameOfProject>@0.0.1~android: PATH: C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\user\Desktop\React Native Project\<NameOfProject>\node_modules\.bin;C:\oraclexe\app\oracle\product\11.2.0\server\bin;G:\app\user\orclbase\product\11.2.0\dbhome_1\bin;G:\app\user\product\11.2.0\dbhome_1\bin;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\iCLS\;C:\Program Files\Intel\Intel(R) Management Engine Components\iCLS\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\nodejs\;C:\Program Files\Java\jdk1.8.0_211\bin;C:\Users\user\AppData\Local\Programs\Python\Python38-32\Scripts\;C:\Users\user\AppData\Local\Programs\Python\Python38-32\;C:\Program Files\Java\jdk-14\bin;C:\Users\user\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\user\AppData\Local\Microsoft\WindowsApps;C:\php\;C:\Users\user\AppData\Local\GitHubDesktop\bin;C:\Program Files\heroku\bin;C:\Users\user\AppData\Roaming\npm;C:\Users\user\AppData\Local\Android\Sdk\platform-tools;C:\Program Files\Java\jdk1.8.0_211\bin;C:\Users\user\AppData\Local\Android\Sdk\emulator; 9 verbose lifecycle<NameOfProject>@0.0.1~android: CWD: C:\Users\user\Desktop\React Native Project\<NameOfProject> 10 silly lifecycle <NameOfProject>@0.0.1~android: Args: [ '/d /s /c', 'react-native run-android' ] 11 silly lifecycle <NameOfProject>@0.0.1~android: Returned: code: 1 signal: null 12 info lifecycle <NameOfProject>@0.0.1~android: Failed to exec android script 13 verbose stack Error: <NameOfProject>@0.0.1 android: react-native run-android13 verbose stack Exit status 1 13 verbose stack at EventEmitter.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:332:16) 13 verbose stack at EventEmitter.emit (events.js:311:20) 13 verbose stack at ChildProcess.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:311:20) 13 verbose stack at maybeClose (internal/child_process.js:1021:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5) 14 verbose pkgid <NameOfProject>@0.0.1 15 verbose cwd C:\Users\user\Desktop\React Native Project\<NameOfProject> 16 verbose Windows_NT 10.0.18363 17 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "android" 18 verbose node v12.16.1 19 verbose npm v6.13.4 20 error code ELIFECYCLE 21 error errno 1 22 error <NameOfProject>@0.0.1 android:react-native run-android22 error Exit status 1 23 error Failed at the <NameOfProject>@0.0.1 android script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 1, true ]

React Native version:

System: OS: Windows 10 10.0.18363 CPU: (8) x64 Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz Memory: 7.17 GB / 15.88 GB Binaries: Node: 12.16.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.4 - C:\Users\user\AppData\Roaming\npm\yarn.CMD npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD Watchman: Not Found SDKs: Android SDK: Not Found IDEs: Android Studio: Version 3.6.0.0 AI-192.7142.36.36.6392135 Languages: Java: 1.8.0_211 Python: 3.8.0 npmPackages: @react-native-community/cli: Not Found react: 16.11.0 => 16.11.0 react-native: 0.62.2 => 0.62.2 npmGlobalPackages: *react-native*: Not Found

android/app/build.gradle file (I have already enabled multi dex, then why I am getting this error?)

import com.android.build.OutputFile * The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets * and bundleReleaseJsAndAssets). * These basically call `react-native bundle` with the correct arguments during the Android build * cycle. By default, bundleDebugJsAndAssets is skipped, as in debug/dev mode we prefer to load the * bundle directly from the development server. Below you can see all the possible configurations * and their defaults. If you decide to add a configuration block, make sure to add it before the * `apply from: "../../node_modules/react-native/react.gradle"` line. * project.ext.react = [ * // the name of the generated asset file containing your JS bundle * bundleAssetName: "index.android.bundle", * // the entry file for bundle generation. If none specified and * // "index.android.js" exists, it will be used. Otherwise "index.js" is * // default. Can be overridden with ENTRY_FILE environment variable. * entryFile: "index.android.js", * // https://facebook.github.io/react-native/docs/performance#enable-the-ram-format * bundleCommand: "ram-bundle", * // whether to bundle JS and assets in debug mode * bundleInDebug: false, * // whether to bundle JS and assets in release mode * bundleInRelease: true, * // whether to bundle JS and assets in another build variant (if configured). * // See http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants * // The configuration property can be in the following formats * // 'bundleIn${productFlavor}${buildType}' * // 'bundleIn${buildType}' * // bundleInFreeDebug: true, * // bundleInPaidRelease: true, * // bundleInBeta: true, * // whether to disable dev mode in custom build variants (by default only disabled in release) * // for example: to disable dev mode in the staging build type (if configured) * devDisabledInStaging: true, * // The configuration property can be in the following formats * // 'devDisabledIn${productFlavor}${buildType}' * // 'devDisabledIn${buildType}' * // the root of your project, i.e. where "package.json" lives * root: "../../", * // where to put the JS bundle asset in debug mode * jsBundleDirDebug: "$buildDir/intermediates/assets/debug", * // where to put the JS bundle asset in release mode * jsBundleDirRelease: "$buildDir/intermediates/assets/release", * // where to put drawable resources / React Native assets, e.g. the ones you use via * // require('./image.png')), in debug mode * resourcesDirDebug: "$buildDir/intermediates/res/merged/debug", * // where to put drawable resources / React Native assets, e.g. the ones you use via * // require('./image.png')), in release mode * resourcesDirRelease: "$buildDir/intermediates/res/merged/release", * // by default the gradle tasks are skipped if none of the JS files or assets change; this means * // that we don't look at files in android/ or ios/ to determine whether the tasks are up to * // date; if you have any other folders that you want to ignore for performance reasons (gradle * // indexes the entire tree), add them here. Alternatively, if you have JS files in android/ * // for example, you might want to remove it from here. * inputExcludes: ["android/**", "ios/**"], * // override which node gets called and with what additional arguments * nodeExecutableAndArgs: ["node"], * // supply additional arguments to the packager * extraPackagerArgs: [] project.ext.react = [ enableHermes: false, // clean and rebuild if changing apply from: "../../node_modules/react-native/react.gradle" * Set this to true to create two separate APKs instead of one: * - An APK that only works on ARM devices * - An APK that only works on x86 devices * The advantage is the size of the APK is reduced by about 4MB. * Upload all the APKs to the Play Store and people will download * the correct one based on the CPU architecture of their device. def enableSeparateBuildPerCPUArchitecture = false * Run Proguard to shrink the Java bytecode in release builds. def enableProguardInReleaseBuilds = false * The preferred build flavor of JavaScriptCore. * For example, to use the international variant, you can use: * `def jscFlavor = 'org.webkit:android-jsc-intl:+'` * The international variant includes ICU i18n library and necessary data * allowing to use e.g. `Date.toLocaleString` and `String.localeCompare` that * give correct results when using with locales other than en-US. Note that * this variant is about 6MiB larger per architecture than default. def jscFlavor = 'org.webkit:android-jsc:+' * Whether to enable the Hermes VM. * This should be set on project.ext.react and mirrored here. If it is not set * on project.ext.react, JavaScript will not be compiled to Hermes Bytecode * and the benefits of using Hermes will therefore be sharply reduced. def enableHermes = project.ext.react.get("enableHermes", false); android { compileSdkVersion rootProject.ext.compileSdkVersion compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 defaultConfig { applicationId "com.<NameOfProject>" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 versionName "1.0" multiDexEnabled true splits { abi { reset() enable enableSeparateBuildPerCPUArchitecture universalApk false // If true, also generate a universal APK include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" signingConfigs { debug { storeFile file('debug.keystore') storePassword 'android' keyAlias 'androiddebugkey' keyPassword 'android' buildTypes { debug { signingConfig signingConfigs.debug release { // Caution! In production, you need to generate your own keystore file. // see https://facebook.github.io/react-native/docs/signed-apk-android. signingConfig signingConfigs.debug minifyEnabled enableProguardInReleaseBuilds proguardFiles getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro" packagingOptions { pickFirst "lib/armeabi-v7a/libc++_shared.so" pickFirst "lib/arm64-v8a/libc++_shared.so" pickFirst "lib/x86/libc++_shared.so" pickFirst "lib/x86_64/libc++_shared.so" // applicationVariants are e.g. debug, release applicationVariants.all { variant -> variant.outputs.each { output -> // For each separate APK per architecture, set a unique version code as described here: // https://developer.android.com/studio/build/configure-apk-splits.html def versionCodes = ["armeabi-v7a": 1, "x86": 2, "arm64-v8a": 3, "x86_64": 4] def abi = output.getFilter(OutputFile.ABI) if (abi != null) { // null for the universal-debug, universal-release variants output.versionCodeOverride = versionCodes.get(abi) * 1048576 + defaultConfig.versionCode dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation 'com.google.firebase:firebase-analytics:17.2.2' //adding firebase sdk //adding auth dpendecy manually implementation 'com.google.android.gms:play-services-auth:18.0.0' //adding dependency for gif // implementation 'com.facebook.fresco:fresco:2.2.0' //noinspection GradleDynamicVersion //implementaion of react native image picker implementation project(':react-native-image-picker') implementation 'com.android.support:multidex:1.0.3' implementation "com.facebook.react:react-native:+" // From node_modules implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0" debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}") { exclude group:'com.facebook.fbjni' debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") { exclude group:'com.facebook.flipper' debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}") { exclude group:'com.facebook.flipper' if (enableHermes) { def hermesPath = "../../node_modules/hermes-engine/android/"; debugImplementation files(hermesPath + "hermes-debug.aar") releaseImplementation files(hermesPath + "hermes-release.aar") } else { implementation jscFlavor // Run this once to be able to run the application with BUCK // puts all compile dependencies into folder libs for BUCK to use task copyDownloadableDepsToLibs(type: Copy) { from configurations.compile into 'libs' // project.ext.vectoricons = [ // iconFontNames: [ 'MaterialIcons.ttf', 'EvilIcons.ttf','FontAwesome5.ttf' ] // Name of the font files you want to copy apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" apply from: file("../../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesAppBuildGradle(project) apply plugin: 'com.google.gms.google-services'

Main error
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run lag for more details. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 java.nio.file.NoSuchFileException: C:\Users\user\Desktop\React Native Project\<NameofProject>\android\app\build\intermediates\externives\debug\out
Help please.

htbkoo, SatalBill, karan-jagtap, i6mi6, sarevok89, sashiksu, and 57H07 reacted with thumbs up emoji jailsonpaca reacted with rocket emoji All reactions htchaan, ersefuril, Jarchisamira, romulogmlima, antoniocov, lucienbl, Thales1, CptFabulouso, Tim-Snow, XHMM, and 321 more reacted with thumbs up emoji ajaymarathe9, dclipca, whackur, thehellmaker, darshantogadiya, pijushbarik, ssjuma, davisuga, AlanQuadros, FortalezaRN, and 52 more reacted with laugh emoji DerrickMm, pyankoff, dclipca, whackur, thehellmaker, darshantogadiya, pijushbarik, ssjuma, mojtabast, AlanQuadros, and 83 more reacted with hooray emoji Duya3fithou, Blckcoder, JeanPaulElleri, blazelon, mohity777, rizwanzaheer, desai-hardik, Fortidude, arunabhverma, mateus-cazuza, and 6 more reacted with confused emoji Thales1, Infokora, cocoe25, calluna18, BenjDrury, reena-bacancy, TrinhCDanh, felipebergamin, peterrz, pyankoff, and 111 more reacted with heart emoji nyx-code, TrinhCDanh, abdulkarimkhaled, pyankoff, ajaymarathe9, MahmoudAliIbrahim, dclipca, whackur, thehellmaker, darshantogadiya, and 74 more reacted with rocket emoji fariskhan563, mohity777, rizwanzaheer, gokulkulkarni1987, Fortidude, raajnadar, RahulDutta007, amine-ba, sumitsk1, arunabhverma, and 9 more reacted with eyes emoji All reactions

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

oh my god, it's damn working thanks a lot :)

dclipca, whackur, thehellmaker, ajaymarathe9, rvwehk, gursesl, paragktridhyatech, tandat2209, darioalessandro, btav, and 47 more reacted with thumbs up emoji hackrx, dclipca, whackur, thehellmaker, btav, calvinlsliang, ddrovorub, Darkness122096, gokulkulkarni1987, deguilardi, and 9 more reacted with laugh emoji bmovement, dclipca, shuvam07, darioalessandro, jinaddavid, btav, calvinlsliang, nicholascm, adil-hussain-84, ddrovorub, and 15 more reacted with hooray emoji dineshsheoran24, darioalessandro, btav, calvinlsliang, frzkn, ddrovorub, VashaMasha, GitHubStuff, Darkness122096, gokulkulkarni1987, and 15 more reacted with heart emoji cosmobiosis, amine-ba, tolik85, OsamaShakir-bot, sumitrana1996, and andredezzy reacted with rocket emoji All reactions

Solved this issue by deleting the .gradle folder from /android and again run npm run android, and it solved this error.

Solved here as well. Did anyone figure out why this happened exactly?

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

superb you saved my day buddy.

rahulmishra1991, darioalessandro, btav, p0w3rs, sindu12jun, mathemandy, ismaelsousa, rizwanzaheer, Fortidude, raajnadar, and 12 more reacted with thumbs up emoji hackrx, btav, rizwanzaheer, Fortidude, raajnadar, darpsoft, jailsonpaca, OsamaShakir-bot, sumitrana1996, and MaxInMoon reacted with laugh emoji rahulmishra1991, jinaddavid, btav, murilokrugner, rizwanzaheer, aprilmintacpineda, Fortidude, raajnadar, OsamaShakir-bot, sumitrana1996, and MaxInMoon reacted with hooray emoji rahulmishra1991, btav, ismaelsousa, rizwanzaheer, Alix-stack, Fortidude, raajnadar, OsamaShakir-bot, sumitrana1996, and MuriloDutra reacted with heart emoji rahulmishra1991, btav, cristobal2323, nicholascm, ismaelsousa, murilokrugner, rizwanzaheer, Fortidude, raajnadar, chrismerino, and 5 more reacted with rocket emoji All reactions

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

I also needed to run "./gradlew clean" to get ride of that error. Happened when I copy project from Mac to Window.

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

superb you saved my day buddy.

Thanks, @hackrx It worked for me 👍

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

Thx bro, u save my life

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

superb you saved my day buddy.

thanks

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

oh my god, it's damn working thanks a lot :)

You really save my life

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

Thank youuuuuu

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

Also saved my day, many thanks!

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

Thaaanks a lot

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

Thanks alot

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

thanks alot, Love from Naija

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

thanks !!

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

thanks a lot bro...

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

Oh, you're an angel.

Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

Ohh my god after spent 12 hours of this gradle error solve this . thanks buddy

C:\Users\owner\Desktop\sabi4\android\app\src\main\java\com\sabi4\MainActivity.java:16: error: cannot find symbol
new MainReactPackage(),
symbol: class MainReactPackage
location: class MainActivity
C:\Users\owner\Desktop\sabi4\android\app\src\main\java\com\sabi4\MainActivity.java:17: error: cannot find symbol
new VoicePackage() // <------ Add this!
symbol: class VoicePackage
location: class MainActivity
C:\Users\owner\Desktop\sabi4\android\app\src\main\java\com\sabi4\MainActivity.java:15: error: cannot find symbol
return Arrays.asList(
symbol: variable Arrays
location: class MainActivity
6 errors

Task :app:compileReleaseJavaWithJavac FAILED
w: Detected multiple Kotlin daemon sessions at build\kotlin\sessions

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:compileReleaseJavaWithJavac'.
  • Compilation failed; see the compiler error output for details.

    Run with --stacktrace option to get the stack trace. Run with --info or --d

    Solved this issue by deleting the .gradle folder from <NameOfProject>/android and again run npm run android, and it solved this error.

    oh my god, it's damn working thanks a lot :)

    this saved my life 🗡️ thank you