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

Could you please send me the logs.txt file located in the FAST installation directory?

hi @JEWEL
can I implementation this type of dependency in FAST .
or there is any possible way?

    implementation("com.hanks:passcodeview:0.1.2")

You just need to add the line like below:

com.hanks:passcodeview:0.1.2

really :face_with_monocle: let me try

1 Like

Error

- Resolving runtime dependencies
  - Searching for required dependencies
  - Resolving required dependencies
  - com.jewel.fast.repacked.lZinuknOTwBJBCFCirhv: The following artifacts could not be resolved: com.hanks:passcodeview:jar:0.1.2 (absent): Could not find artifact com.hanks:passcodeview:jar:0.1.2 in google (https://dl.google.com/android/maven2/)
  - Failed to resolve artifact: com.hanks:passcodeview:0.1.2
x java.lang.RuntimeException: Resolving failed.
        at com.jewel.fast.repacked.SJTegqfAbprTkjtyOBZQ.<init>(Sync.java:113)
        at com.jewel.fast.Fast.main(Fast.java:66)

github link

This means, its not available on Maven. You need to check if jar file is available for this library anywhere.

2 Likes

hi. I can resolved :smiley: thanks

1 Like

Could you please explain the problem you encountered and how you resolved it?

I reinstalled everything, deleted the fast folder, and then reinstalled everything and moved my project folder to the C drive:

1 Like

On kodular new update, now it supports xml in extension right?. If yes, can u explain it in short.

Yes, please take a look at the PR.

when using kotlin in fast I faced this problem.

Cannot access google (https://dl.google.com/android/maven2/) in offline mode and the artifact com.google.mlkit:vision-common:jar:17.2.0 has not been downloaded from it before.
new download url https://maven.google.com/
can you update it

Please synchronize the project before building it. To synchronize, run either fast sync or fast sync build.

1 Like

:heart_on_fire: 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 JDK8/JRE8.
  • 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.

3 Likes

still i do not know what is my mistake. @JEWEL

Please consider using JDK 8 or 11. It appears you may be using JDK 24, as indicated by the javac -version output. This suggests you might have multiple JDK installations on your computer. Could you please check your system environment variables?

1 Like

I having doubt with that only. When i am trying first it throws different type of issue and from the net i cane to that should install jdk so i tried it. Anyway once again i will reset it

This system Environment variable part still confusing me. I will share it, i hope due to that only i am facing this issue


logs.txt (3.4 KB)

Uninstall all Java files from your system, reset environment variables and try to install JDK 8 using below guidance video:

2 Likes

Hello team, I would like to extend my heartfelt congratulations to Jewel in the Kodular community for his genuine support and kindness. He helped me resolve an error I encountered while building an extension, which was due to my mishandling of multiple Java versions. Not only did he expertly reset my environment variables, but he also guided me on how to build extensions through VSCode using FAST. It’s rare to find someone so generous and helpful to newcomers. Thank you, @JEWEL for your help and this wonderful extension builder

1 Like