πŸƒβ€β™‚οΈ Fast : An Efficient Way to Build Extensions

Oh wow... I read most of this. That is crazy. This a good tool! thank you for making it! :smiley:

1 Like

:loudspeaker: An update is available v3.2.0

Date built: 29.04.25.16.03


  • Optimized Gradle & Maven resolver.
  • Optimized code suggestion feature for IntelliJ IDEA.
  • Corrected a few typo.
  • Renamed $FAST_HOME/lib/tools/d821+.jar to $FAST_HOME/lib/tools/d8_11+.jar.
  • Optimized R8 Shrinker & Dexer.
  • Added android-javadoc.jar to provided-deps.xml.
6 Likes

:loudspeaker: An update is available v3.2.1

Date built: 01.05.25.15.20


  • Updated Gradle resolver to latest v8.14.
  • Optimized project synchronization tasks.
  • Updated logs.txt writer.
  • Updated bundled-jre to JRE11.
  • Added support for handle executable permission on bundled-jre.

Run fast upgrade -f to update.

4 Likes

Hi @JEWEL , I have questions about premium version AAR support feature.

  1. Will it fully support AAR like adding resources of AAR and XML files ect. not just extracting the jar.
  2. Will app inventor or kodular be able to build those apps containing those extension?
2 Likes

Yes, once this PR merged, it'll add resources, xml, assets etc. Niotron & AndroidBuilder already implemented this feature.

Currently, AI2 & Kodular will be able to build the project, but they will not include the AARs.

1 Like

Hello Jewel,

I’ve started converting your wiki into a website, and I hope to have your support throughout the process. My goal is to make everything simpler, cleaner, and more accessible for everyone.

If there’s anything that needs to be updated or corrected, feel free to let me know β€” I’ll make the necessary changes. Everyone’s feedback is welcome and will help make the site even better.

I’d love for everyone to take a look and share their thoughts:

:link: https://fast-cli-docs.netlify.app/

Thanks in advance for your help and support!

1 Like

Awesome @Riad_Developer :sparkling_heart::rocket:

you can more inhance it.

Add some css to sticky it

    position: sticky;
    top: 70px;
    z-index: 1;
    border: solid 1px #a1a1aa;
    height: 40px;

some responsive issue in nav section

1 Like