Error: Command failed with exit code 1 (EPERM): ./gradlew assembleDebug -x bundleReleaseJsAndAssets
See original GitHub issueАfter hitting rnv run -p android
it crashed with the following error,after loading the android emulator:
To Reproduce
Just run rnv run -p android
in the terminal

Desktop (please complete the following information):
- OS: macOS Catalina 10.15.5
- Node Version: 0.30.2-alpha.2
- RNV Version: 0.30.2-alpha.2
Tried to clean the gradle with ./gradlew clean
but it fails again
Thank you
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:15 (7 by maintainers)
Top Results From Across the Web
Issues - GitHub
Error: Command failed with exit code 1 (EPERM): ./gradlew assembleDebug -x bundleReleaseJsAndAssets #532.
Read more >Hi, newbie here, i tried to build my app but it says error
BUILD FAILED in 45s Command failed with exit code 1 (EPERM): ./gradlew bundleRelease -x bundleReleaseJsAndAssets FAILURE: Build failed with ...
Read more >Gradle task assembleDebug failed with exit code 1 - Stack ...
The primary problem looks to be that you are using version 0.9.0 of the cloud_firestore plugin which has been migrated to AndroidX, ...
Read more >gradle task assembledebug failed with exit code 1 vscode
I am trying to code an app for the first time with flutter in vscode and I am getting this error,. FAILURE: Build...
Read more >Build failed with an exception. Exception: Gradle task ...
Hey guys i have an error with my program and it shows to ask for help in ... Exception: Gradle task assembleDebug failed...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@pavjacko , I changed that line from
gradle-wrapper.properties
to :distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
, because it was 4.0.4 оr something like that and now it is working ! : )Thanks for your help anyway! Todor
@Ivanov89 could you upgrade
rnv
to final0.30.2
. there were some extra fixes added before final release