Trying to make own app inventor

I used this command in Git Bash

Now I used git submodule update --init in Command Prompt
But still error

@Pradevel I did as you said in your Guide, can you explain about the error.

1 Like

Same happening with me

1 Like

You should run this command:

In the cloned repository root directory, in your case it should be C:/Users/Harish/appinventor-sources, you can use the cd command to enter it, for example : cd appinventor-sources.

1 Like

Run cd appinventor-sources

1 Like

@MohamedTamer can you please explain what does cd do?

It's a command which changes the working directory to the path provided as an argument, for example:

This command would change the working directory to the appinventor-sources directory.
You can learn more about it here:

2 Likes

The command cd is for Change Directory. Your current directory is C:/Users/Harish/
running the command cd appinventor-sources will change your current directory to C:/Users/Harish/appinventor-sources

1 Like

I have gave him a code in PM which he is ruuning

mkdir appinventor-source1234
cd appinventor-source1234
git clone https://github.com/mit-cml/appinventor-sources.git
cd appinventor
ant MakeAuthKey
git submodule update --init
ant

2 Likes

@MohamedTamer I tried it but still I am getting errors

i dont know java very much , but ig removing a line may cause some error later , not sure though

2 Likes

yes you are right :+1:

2 Likes

This sounds great.
First you try to create advance level extensions without basic knowledge of Java and now you want to create/setup App Inventor with nullable knowledge of GitHub and AI system.

7 Likes

Delete the directory appinventor-sources first
Then follow the guide.
However as @vknow360 told, I think the process would be much simpler if you would learn using git / ant build files.

2 Likes

Hello when I remove 50 number line from build.xml and run ant noplay command then it say me build succesfull

You must never remove those lines.

3 Likes

That is because you should download the sources with git clone <git_url> command. To execute this command, you'll need to download GitBash.

2 Likes

I have done it and I have GitBash
Once I will try again.

@Kumaraswamy What should I do after cloning, and executing the command?

I'll suggest you to watch this video by @AKTech

4 Likes

I have done these all with this video