Trying to make own app inventor

Try only Ant

Afroz Ahmad@LAPTOP-1G90T038 MINGW64 ~/Downloads/appinventor-sources-master/appinventor-sources-master/appinventor $ git submodule update --init fatal: not a git repository (or any of the parent directories): .git
We got this in git submodule update --init

As I know I have skipped git submodule update --init many times But it works after That

the Main thing is ant and 1. java_dev_appserver --port=8888 --address=0.0.0.0 appengine/build/war/

....
:arrow_double_up:

As we told many times, Delete the folder then run git clone https://github.com/mit-cml/appinventor-sources Then cd appinventor-sources followed by git submodule update --init

Got same error with ant also

I have downloaded zip which is of 410 mb now I need to download its clone which is of more than600 mb I see in @Aarush_Kumar video he tell to download zip

0 git clone...
0.1 cd appinventor-sources
First ant MakeAuthKey
2nd git submodule update - - init
3rs ant noplay
4th java_dev_appserver...
5th ant RunLocalBuildServer

Am I correct Then like this post

You also need to compile it by running ant noplay

Promo ?
:face_with_thermometer:

wrong
1 should be cd appinventor
Without this After all the code will be wrong

2 Likes

You need to have the cloned directory for the compilation and submodules.

2 Likes

Not promo just no need of reply...

By mistake I liked it It is wrong code

I already corrected, what you said

The Correct Format

  1. git clone https://github.com/mit-cml/appinventor-sources

  2. cd appinventor-sources

  3. cd appinventor

  4. git submodule update --init

  5. ant MakeAuthKey

  6. ant

  7. java_dev_appserver --port=8888 --address=0.0.0.0 appengine/build/war/

after It works with guarantee

5 Likes

Do you have compiled same as this

1 Like

yess the same I got success

2 Likes

let me show you the compiled localhost:8888 will take 8 min

2 Likes

cd appinventor-sources too?

Directory structue :

appinventor-sources :arrow_forward: appinventor