I am getting error that build.xml doesn't exist i am using git bash -
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ java -version
Picked up _JAVA_OPTIONS: -Xmx2048M
java version "1.8.0_291"
Java(TM) SE Runtime Environment (build 1.8.0_291-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.291-b10, mixed mode)
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ javac -version
Picked up _JAVA_OPTIONS: -Xmx2048M
javac 1.8.0_291
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ gcloud
/c/Users/arnavb/Desktop/ExtensionDev/google-cloud-sdk/bin/gcloud: line 181: exec: python: not found
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ gcloud init
/c/Users/arnavb/Desktop/ExtensionDev/google-cloud-sdk/bin/gcloud: line 181: exec: python: not found
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ $ git clone https://github.com/YOUR_USER_NAME/appinventor-sources.git
bash: $: command not found
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ $ git clone https://github.com/YOUR_USER_NAME/appinventor-sources.git
bash: $: command not found
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ git clone https://github.com/ArnavBhardwaj2009/appinventor-sources.git
fatal: destination path 'appinventor-sources' already exists and is not an empty directory.
arnavb@DESKTOP-3MQ4KKR MINGW64 ~
$ cd appinventor-sources
arnavb@DESKTOP-3MQ4KKR MINGW64 ~/appinventor-sources (master)
$ git remote add upstream https://github.com/mit-cml/appinventor-sources.git
arnavb@DESKTOP-3MQ4KKR MINGW64 ~/appinventor-sources (master)
$ cp sample- .gitignore .gitignore
cp: target '.gitignore' is not a directory
arnavb@DESKTOP-3MQ4KKR MINGW64 ~/appinventor-sources (master)
$ cp sample- .gitignore
cp: cannot stat 'sample-': No such file or directory
arnavb@DESKTOP-3MQ4KKR MINGW64 ~/appinventor-sources (master)
$ git submodule update --init
arnavb@DESKTOP-3MQ4KKR MINGW64 ~/appinventor-sources (master)
$ ant MakeAuthKey
Picked up _JAVA_OPTIONS: -Xmx2048M
Buildfile: build.xml does not exist!
Build failed
arnavb@DESKTOP-3MQ4KKR MINGW64 ~/appinventor-sources (master)
$ ant
Picked up _JAVA_OPTIONS: -Xmx2048M
Buildfile: build.xml does not exist!
Build failed
arnavb@DESKTOP-3MQ4KKR MINGW64 ~/appinventor-sources (master)
$