ok you were successful
I can get the .aix file here?
Great effort
What do you exactly mean? The AIX file for your extension is produced when you build using rush build
.
it was pretty simple once you understand
- download zip
- unzip zip
- in the system variable add the path to the bin folder inside the rush folder
- make a folder completely separated from the rush folder
- gitbash there and type `rush create “project name” and click enter
- now it will ask you for package name, author, version etc. just keep writing all those things
- now you can see the folder where you gitbashed now you can go to the folder click on src then keep going in the folder then you will see java file
- edit the java file or let it stay there [by default there is a sample code]
- exit the folder and then gitbash and type
rush build
- now go to the folder again check the out folder you will see your extension ready
Great…
What to do when we have to add external library or dependencies??
You only need to add it to the “deps” folder.
PS: AARs are not fully supported by App Inventor currently. You might want to read this thread.
Ok and i also do not change its name from aar to jar…
Right click on classes.jar and then click “Add as library”.
Thankyou so much done…
Kudos and thanks to @Shreyash for this brilliant opportunity to create extensions. I had a few minor issues at the beginning (like some here) but he solved all of them perfectly.
Extension (aix
) was created. Thanks again!
For everyone who may be a beginner, or doesn’t know how to start a new Rush project, no need to fear!
What do you need to implement it on MacOS? I can support you with that!
Nothing much, just a Mac machine. I was going to set up a CI pipeline for it soon, but nvm.
If you like, I can help! I have a mac
Great! All you’ll have to do is build Rush on your Mac. Here’s how you can do that:
- First, install the Dart SDK, JDK 8 or above, and Gradle.
- After that clone rush-cli and rush-annotation-processor from GitHub.
- Then open a terminal in the
rush-cli
repo and then rundart scripts/build.dart -v 1.0.0-Mac -p <path_to_rush-annotation-processor_repo
. - Once the build is successful, you’ll have a file named
rush.zip
in the “build/out” directory inrush-cli
repo.