renative: Error: Command failed with exit code 1 (EPERM): ./gradlew assembleDebug -x bundleReleaseJsAndAssets
А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
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 16 (7 by maintainers)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@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