Problem in creating an extension

i wan to make my own extension and i read a lot of article but i bont found my problem solve . can someone help me please

Try ant extensions

1 Like

very big thanks for you … you made me happy

what about this error can you help me please

Are you using the extension template?
It seems that you have downloaded the extension template as a zip, or missed to download the submodules, which includes the Appinventor and android libraries, and so your imports to the Appinventor or Android libraries fails.
Please run the following if you have cloned the repository, in the repository directory:

$ git submodule update --init

If you have downloaded it as a zip, please initialize it as a git repository and add an upstream to extension template repository first:

git init
git remote add upstream https://github.com/mit-cml/extension-template

Then download the submodules:

$ git submodule update --init
4 Likes

thank you very much . sorry for late replay i was busy with exams .

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.