Rush • A new and improved way of building extensions

Evrywhere I have error in space can you fix whitespace @shreyash or can anyone tell me how to remove space without password

1 Like

AFAIK you can't do that. If you don't create a new user.

2 Likes

On Windows 10, you would need to create a new profile without any spaces in the name, and copy any files over to that new profile.

It would be a good habit for you to get into to never introduce spaces in any usernames, files or folders, which will help you to run these command line programs that may expect there to be no spaces in file paths.

6 Likes


This was the result when I was installing Rush using PowerShell

Please Help @shreyash

1 Like

@shreyash
When I try running it on Git Bash it says

Harish@SRIKAR MINGW64 ~
$ curl https://raw.githubusercontent.com/shreyashsaitwal/rush-cli/main/scripts/install/install.sh -fsSL | sh
curl: (60) SSL certificate problem: self signed certificate in certificate chain
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
1 Like

Try running PowerShell in administration mode.

3 Likes

Hi @shreyash

it actually worked! :partying_face:

Thank You So Much, I am very excited to use it!
If any errors I'll message here :+1:

P.S: Does it need Apache Ant or Java JDK or any things like this?

1 Like


In the language option my arrow keys are only working to move from line to line, and my enter key is only making a new line.
:tired_face:

1 Like

Does the same thing happens when you use PowerShell or Command Prompt?

Also, remove the spaces from your base directory's path, otherwise you'll have issues down the road.

2 Likes

I haven't tried it in Command Prompt or PowerShell, I will try...

Yeah Sure, I will.

1 Like

thanks for notice me, new version of rush is really fast and awesome.

1 Like

Hello dear @shreyash, thanks a lot for your great work.

Can you implement gradle dependency system on rush without adding jar/aar file?

Like:-

If it possible, then rush will be more interesting. And we can make more extension with rush.

Thanks again for your hard work. We are really respect you :heart:

6 Likes

14 posts were merged into an existing topic: How do I get the content from an asset loaded with the extension?

Yeah, something like this would be really good :+1:
but till now rush made great change in extension development... :wink:

2 Likes

Hi @shreyash , I wanted to try Rush in Windows CMD Shell and it worked perfectly for me.
Just a problem choosing between Java and Kotlin, the arrow key doesn't work.

To better know your great work, I have made a tutorial in Spanish.

Tutorial en Español de Rush para Windows:

http://kio4.com/appinventor/145_extension_rush.htm

Regards.

5 Likes

Yes @Juan_Antonio...
I too saw the same issue in CMD Shell And Git Bash

But the issue also comes in the dirs which don't have a space in them @shreyash

1 Like

The Java and Kotlin selection works for me with Git Bash.

3 Likes

Great, but it didn't work well for me :sweat_smile:

1 Like

Great tutorial, thanks! I've added a link to it in Rush's GitHub README.md.

Others have reported this issue earlier, but I haven't got much time to work on Rush recently. I will see if I can put together a small bugfix release later next week. For the time being, consider using other terminal emulators like Git Bash.

8 Likes

C:\Users\Aquib\test>rush build
                      __
     _______  _______/ /_
    / ___/ / / / ___/ __ \
   / /  / /_/ (__  / / / /
  /_/   \__,_/____/_/ /_/

• Build initialized

┌ Checking project files
│ info Checking metadata file (rush.yml)
│ info Checking AndroidManifest.xml file
└ done
┌ Compiling sources
│ info Picked 1 source file
└ failed

• Build failed [54ms] []

It always shows me build failed.
The directory doesn't contain any spaces.
And I have not modified anything.
@shreyash Help please.

1 Like