Rush • A new and improved way of building extensions

Getting error in rush

varsha@DESKTOP-ONIEO2C MINGW64 /e/1.4 rush/rush-win/exe/win
$ rush create
bash: /e/1.4 rush/rush-win/exe/win/rush: Permission denied

varsha@DESKTOP-ONIEO2C MINGW64 /e/1.4 rush/rush-win/exe/win
$ rush build
bash: /e/1.4 rush/rush-win/exe/win/rush: Permission denied

varsha@DESKTOP-ONIEO2C MINGW64 /e/1.4 rush/rush-win/exe/win
$

varsha@DESKTOP-ONIEO2C MINGW64 /e/1.4 rush/rush-win/exe/win
$ curl https://raw.githubusercontent.com/shreyashsaitwal/rush-cli/main/scripts/install/install.sh -fsSL | sh
Warning: Failed to open the file C:/Program
Warning: Files/Git/e_rush/rush-win/exe/win/rush-win.zip: No such file or
Warning: directory
curl: (23) client returned ERROR on write of 16384 bytes

PS C:\Users\varsha\Desktop> curl https://raw.githubusercontent.com/shreyashsaitwal/rush-cli/main/scripts/install/install.sh -fsSL | sh
curl: The term ‘curl’ is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
PS C:\Users\varsha\Desktop>

hi dev please help
how can define extension permission?

Read the wiki of Rush :arrow_down:

A post was split to a new topic: Classes missing issue with Glide library

erorr … in manifest rush

uses-feature android:glEsVersion=“0x00020000” android:required=“true” />.

how add this to manifest iam getting eror do it

which kotlin version support here?

You can update Kotlin version manually for Rush upto 1.9.24

then not working this version kotlinx-coroutines-android-1.8.0.jar kotlinx-coroutines-core-1.8.0.jar

Update kotlin compiler.


i think it’s letest version.

To learn how to update Kotlin compiler version for Rush you might take a look here.

1 Like

thanks for this help.

1 Like

7 posts were split to a new topic: How to make string dropdown or selectable list on @DesignerProperty

how to enable assets files work or load on companion app with work all the app builder companion.

@Shreyash facing this error…
how i can solve this?

version is same

C:\Users\ch>java -version
java version “1.8.0_121”
Java™ SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot™ 64-Bit Server VM (build 25.121-b13, mixed mode)

I think you are running on JRE not JDK, I may be wrong too, but check if it’s JRE or JDK

facing same error i am using jdk

Strange, wait for @Shreyash to reply :face_with_monocle: