🏃‍♂️ Fast : An Efficient Way to Build Extensions

The FAST build process experienced a file-moving error within that directory. Would you kindly consider using a different drive or directory for building extensions? Perhaps trying PowerShell might resolve the issue.

Maybe try not using spaces in your computer account name.

1 Like

In his case, the javac compiler executed successfully, but an exception occurred while attempting to move the JSON files from the compiler's output directory to the component directory.

my question is: if FAST supports ready-made arr libraries, doesn't this mean that there is support for the res folder? it's just that my library requires the resources of its images, and I can't imagine what to do in such cases. because the arr has these images. how is this even solved?

what i do?

How to resolve conflict between libraries?

com.jewel.fast.repacked.hDJdzlfbyJlLXCnWDlwp: Unsolvable hard constraint combination; Could not resolve version conflict among [androidx.activity:activity-ktx:jar:1.8.1 -> androidx.activity:activity:aar:[1.8.1,1.8.1], androidx.activity:activity-compose:jar:1.8.2 -> androidx.activity:activity-ktx:aar:[1.8.2,1.8.2] -> androidx.activity:activity:aar:[1.8.2,1.8.2]]

Which version of FAST you're currently using?

Latest (v2.3.0)

image

Please prepare a test project incorporating those implementations and send it to me so that I can investigate it.

1 Like

i am trying in different location but give error,
(it is by default code, where run fast create command and its create a file & code)

Maybe some unusual problem with the source code? Will the example project compile?

In my opinion this could be due to gpt file system in windows, because I also faced this type of error and then I reset windows file system in lagacy mode. Then proper working fast.

I wonder how a partition type (I bet you partition type is the wrong term) is supposed to affect this software...

I don't know, but I am facing issues in this type error.
And reset c drive in 2-3 times and but not successful build.
And last time windows installation change lagacy mode in c drive.
Then proper working and build successful.

Fast doesn't support java 17?

Yes, it should be compatible with JDK 17 and later versions. However, the desugaring feature is only supported by JDK 8 and 11. If you don't require the desugaring feature, you could use it with any JDK version (JDK 8 or higher).

I thought so too, but:

Fast is initialized.
FAST Version: 2.3.1 17.01.25.19.41
JRE Version: 17.0.14
JRE Specification: 17
JRE Home: C:\Program Files\OpenLogic\jdk-17.0.14.7-hotspot
OS Name: Windows 11
OS Version: 10.0
Architecture: amd64
Username: Patryk
User Home: C:\Users\Patryk
Working Directory: C:\Users\Patryk\FastProjects\test17
Path Separator: ;
File Separator: \
Line Separator: 

fast build initialized.
-d passed as an argument to show the debug info to the terminal.
PROJECT_DIR: C:\Users\Patryk\FastProjects\test17
fast.yml is found at: C:\Users\Patryk\FastProjects\test17\fast.yml
Got the JAVA_HOME from environment variable.
JAVA_HOME: C:\Program Files\OpenLogic\jdk-17.0.14.7-hotspot\
Got FAST_HOME from environment variable.
FAST_HOME: C:\Users\Patryk\AppData\Local\Fast
KOTLIN_HOME: C:\Users\Patryk\AppData\Local\Fast\lib\compiler\1.9.24\kotlinc
Kotlin compiler is not exists!
AndroidManifest.xml is found at: C:\Users\Patryk\FastProjects\test17\src\AndroidManifest.xml
Package name is: pl.patryk_f.test17
Cleaning build caches.
Checking the availablity of .kt files.
Checking the availablity of .java file.
Getting provided libraries.
Got 86 libraries.
Getting the libraries of deps folder.
Got 8 libraries.
Increasing components version.
Compiling java classes.
Found 2 sources.
Added custom bootclasspath to target Java 8.
Successfully created javac arguments
Calling javac commands.
Note: Wrote file file:///C:/Users/Patryk/FastProjects/server-http/.fast/classes/simple_components.json
Note: Wrote file file:///C:/Users/Patryk/FastProjects/server-http/.fast/classes/simple_components.txt
Note: Wrote file file:///C:/Users/Patryk/FastProjects/server-http/.fast/classes/simple_components_build_info.json
Note: Wrote file file:///C:/Users/Patryk/FastProjects/server-http/.fast/classes/AutogeneratedOdeMessages.java
Note: Wrote file file:///C:/Users/Patryk/FastProjects/server-http/.fast/classes/ComponentsTranslation.java
javac is successfully executed.
Making raw files.
Coping assets.
Created aiwebres dir at raw.
Reading AndroidManifest.xml
Packaging compiled classes.
Re-arrange the blocks in order to source.
Removing annotations from sources.
Unjaring dependencies.
Merging dependencies into a single jar.
Generating AndroidRuntime.jar
Merging the libraries.jar to the AndroidRuntime.jar
Merging compiled sources and required deps.
Will run the proguard task if -r passed.
Moving the runtime jar to the desired dir of raw..
Running the dexing task.
Generating DEX bytecode.
Successfully created dexing arguments
Calling dexing commands.
Compilation failed with an internal error.
java.lang.IllegalArgumentException: Unsupported class file major version 61
	at com.android.tools.r8.A.a.a.f.<init>(:10)
	at com.android.tools.r8.A.a.a.f.<init>(:2)
	at com.android.tools.r8.A.a.a.f.<init>(:1)
	at com.android.tools.r8.A.a.a.f.<init>(:107)
	at com.android.tools.r8.graph.x0.a(:24)
	at com.android.tools.r8.dex.a$a.a(:12)
	at java.base/java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1428)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
D8 is failed to execute!
java.io.IOException: BUILD FAILED!
	at com.jewel.fast.repacked.eZPTmfaCfALvrvtDyTfP.<init>(D8Dexer.java:78)
	at com.jewel.fast.repacked.NtYtbwyrLKtbUfQajvtn.<init>(Build.java:39602)
	at com.jewel.fast.Fast.main(Fast.java:58)

All 3 desugaring options are set to false.

Could you try with a different version of d8 jar?

It worked with d8 that I extracted from Android Studio. But app inventor doesn't compile apk, so I guess we can't use libraries compiled in java17.