@JEWEL, i am eager to see your video for tutorial to use your fast builder. As i just moved from w7 to w10 i feel not good with your fast. And want make few extension, i tried the method as shown in the page but i git struck. So the inital stage alone yet to confurm with your video
Could you please do a clean install of v2.8.2?
No problems occurred in WSL (Windows Subsystem for Linux).
Many thanks, 2.8.2 fixes the annotations for me on Linux, both in Intellij and when building.
Would any Linux or macOS user be willing to test this update? A clean install would be ideal for testing purposes.
You previously reported a similar issue, which seems to be a permissions problem preventing Fast from relocating the JSON file.
how to fix this error ?
It might be necessary to grant full read-write access to that directory. However, I have not previously encountered this type of permission problem on Windows.
An update is available v3.0.0
Date built: 16.04.25.21.56
- Added Gradle as default resolver to fetch transitive dependencies. (issue fixed)
- Added support for attaching AAR libraries.
- Added support for using bundled JDK/JRE (version 8).
- The default
icon.png
have been changed. (Designed by @The_K_Studio) - A few changes in sources compiler. (issue fixed)
- Non-premium users can use basic functions as usual.
- JDK 8 to JDK 24+ compatibility.
The version 3 is a premium release. It requires a .license
file to access its premium features. Please contact me privately to obtain a license key. I'll charge $10 for a single license (One time payment). You might consider it as a support to this project.
Version 2 will remain perpetually free of charge, with ongoing maintenance encompassing bug fixes.
I do not think it's good to charge for extension building software, these features should be free and available to everyone to promote more porting of technologies into App Inventor. Plus there's always equivalent extension builder directly from MIT. But it's your call at the end, since building this project also takes time and effort.
Nice update.
As far as version 2 is free I don't mind to use fast.
I think the fee encourages Jewel to continue working on Fast and introducing new features. Free projects burn out quickly like Rush did.
Additionally, we have version 2.xx which is also fully functional.
Please consider using JDK 8 or 11+. It appears you may be using JDK 24. This suggests you might have multiple JDK installations on your computer. Could you please check your system environment variables?
Somehow, javac triggered by JDK24 and got JRE8 as JAVA_HOME.
Still you're using JRE instead of JDK. If you need additional help, please send me a private message. I may help you via Anydesk.
Download this JDK8 and configure environment with it.
1st.
2nd.
3rd.
i dont know why too much sdk here.
i use android studio, intellije idea, vs code, etc.
Set up JDK8 system-wide, and use application-specific JDKs for everything else.
which one can you guide me, how to add this?
and which one delete?
An update is available v3.1.0
Date built: 22.04.25.21.40
- Fixed compile-time dependencies resolving issues for
GradleResolver
. - Added support for using the system's
GRADLE_HOME
if the bundle home is missing. - Fixed duplicates classes notes while using local JARs.
- Optimized attaching AARs feature.
- Added
collect_rules
attribute infast.yml
to use ProGuard rules from runtime AARs. - The default
icon.png
have been changed. (Designed by @Joejsanz)