Trying to make own app inventor

But, it is not working in both. Now what should I do?

You may want to answer this first.

1 Like

Sorry,
I didn't understand you.

Where did you clone appinventor sources?

2 Likes

Run the command in its parent directory

2 Likes

The usual answer is to remove all the spaces in your file path / directories....

4 Likes

Even I am running the command in the Parent Or Sub Directory, It is not working.

Sure, I will change.

In
Funmora Builder Files :arrow_right: appinventor

Something like this should do it:

git clone git@github.com:username/appinventor-sources.git
cd appinventor-sources
git submodule update --init

substituting your GitHub username where username appears above (assuming you've forked the repo on GitHub) or mit-cml if you're checkout out our sources directly.

3 Likes

I got build succesfull in ant noplay but when I try to host it on localhost:8888 cloud sdk gives me a error

Sure, I will try this @ewpatton

1 Like

Why should I clone the app inventor-sources again?
I already have my version...
Is it necessary to do?

That isn't necessary, open the folder in GitBash and check if it has something like Master or Main at the end path display.

No, I haven't seen any branch name.

In my it show me master

Yeah,
Actually I downloaded the app inventor sources from Githyb website 2 months ago, and it was named like this as Faraz_Firoz said. Then inside it was the appinventor-sources folder and I made a New Folder(Funmora Builder Files) and copied that folder and pasted it there.

@SRIKAR_B.S.S can you remove spaces from your folder and try again

1 Like

Downloading sources as zip is not a preferred act, It may cause errors,
instead clone it

I faced same, try cloning sources
:slight_smile:

1 Like

Is that work for you after cloning it

1 Like