varsha
(Extension Developer β)
July 20, 2025, 4:43pm
66
PS G:\xxxx\NewDYNAMICaix\AANa_Aix\AppInventorExtesion\XML_XML_Folder\pdf-custom> fast build
βfindstrβ is not recognized as an internal or external command,
operable program or batch file.
Error: Could not determine Java version. Is Java installed and in your PATH?
PS G:\xxxx\NewDYNAMICaix\AANa_Aix\AppInventorExtesion\XML_XML_Folder\pdf-custom>
geeting error after upgrade fast
ELAZAR
(ELAZAR)
August 18, 2025, 2:13am
69
Hello! Iβm trying to build my extension in FAST, but I get this error:
Of course I installed JDK 8 And I set the environment and system variables properly, But it seems that FAST does not recognize the JDK but only the JRE!
Here is the log:
logs.txt (2.0 KB)
What should I do?
Thank you very much!!!
JEWEL
(Extension Developer π§©)
September 1, 2025, 3:37pm
70
Try re-installing it (clean install).
JEWEL
(Extension Developer π§©)
September 1, 2025, 3:37pm
71
Installation guide for Android Termux users.
1 Like
Glich
(Mahir Labib)
September 3, 2025, 7:08am
72
How to use assets in fast and how to access it in code ??
JEWEL
(Extension Developer π§©)
September 3, 2025, 8:13am
73
# Extension assets. [Should be present into assets directory]
# assets:
# - my-awesome-asset.anything
form.openAssetForExtension(this, "my-awesome-asset.anything");
1 Like
Prem_Gupta
(Prem Gupta)
September 3, 2025, 8:16am
74
It support, png, jpg, xml, svg ?
JEWEL
(Extension Developer π§©)
September 3, 2025, 8:23am
75
.anything means any type of file.
1 Like
JEWEL
(Extension Developer π§©)
September 16, 2025, 4:55am
76
An update is available 5.0.0
Date built: 16.09.25.23.58
Breaking changes:
Uses Android API specific D8 library.
Changed local AAR parsing process.
Changed AndroidHome path.
Changed KotlinHome path.
Changed AIDL compiler path.
Modified processor.jar.
Changed premium token system.
Itβll affect all the existing premium users. (Get in touch to get new token)
Bug fixes:
AIDL compiling issues for Termux have been resolved.
Some internal changes and minor bug fixes have been made.
Improvements:
Updated filter_mit_classes entries.
Updated Java & Kotlin compilers.
Enhanced overall performance.
Updated Blocks generator.
2 Likes
JEWEL
(Extension Developer π§©)
September 28, 2025, 9:07am
77
An update is available 5.1.0
Date built: 28.09.25.12.54
Breaking changes:
Shadow blocks added to the Blocks Generator.
Added a new annotation (@Shadow) to customize shadow blocks. Learn more
Added value tag to the @IsColor annotation to customize the color shadow blocks.
Updated the annotation processor.
Improvements and bug fixes:
Updated Docs writer to be compatible with Shadow blocks.
Check for valid class name while creating a new project.
Fixed a dependency merging issue.
Updated AARs process system.
Fixed IDE suggestion issues for local AARs.
Resolve sources.jar via Gradle if available.
2 Likes
Hi Jewel i want to learn how to use this tool, can you give me a hand?
1 Like
JEWEL
(Extension Developer π§©)
October 8, 2025, 3:04pm
80
This playlist might be helpful for you:
VIDEO
JEWEL
(Extension Developer π§©)
October 13, 2025, 4:30pm
81
An update is available 5.2.1
Date built: 13.10.25.18.58
Updated Blocks generator.
Updated default ProGuard version to 7.8.0.
Updated processor.jar.
Updated Maven resolver.
1 Like
JEWEL
(Extension Developer π§©)
October 19, 2025, 8:26am
82
An update is available 5.2.2
Date built: 19.10.25.14.10
Fixed a minor bug related to the Gradle resolver.
Pass -ns to skip downloading sources.jar while resolving dependencies with Gradle.
2 Likes
Adnan_Ali1
(Adnan Ali)
November 8, 2025, 5:53am
83
I import the same extension into Kodular , the Setters do not appear in the block editor
JEWEL
(Extension Developer π§©)
November 9, 2025, 4:10am
84
This issue has been fixed. You need to download the update.zip and replace the processor.jar.
2 Likes
JEWEL
(Extension Developer π§©)
November 17, 2025, 2:17am
85
An update is available 5.3.1
Date built: 16.11.25.14.05
Allow empty shadow value for Variable type.
Fixed a typo in default ProGuard rules writer.
1 Like
JEWEL
(Extension Developer π§©)
November 30, 2025, 2:35am
86
An update is available 5.3.2
Date built: 29.11.25.22.29
These elements (activity-alias, profileable, uses-library, uses-native-library) are allowed to be declared in AndroidManifest.xml.
2 Likes