I am fallow this steps but nat working
Same for me
Thanks for your reply. I will surely look into it. But extension compilation is working when I select Java as language. With kotlin abrupt failed.
Hey, thanks for helping, Can you please help me in installing rush in my windows PC?
โข Build initialized
โ Checking project files
โ info Checking metadata file (rush.yml)
โ info Checking AndroidManifest.xml file
โ done
โ Compiling sources
โ info Picked 1 source file
โ done
โ Processing the extension
โ info Linking extension assets
โ info Generating DEX bytecode
โ Compilation failed with an internal error.
โ java.lang.IllegalArgumentException: Unsupported class file major version 62
โ at com.android.tools.r8.A.a.a.f.(:10)
โ at com.android.tools.r8.A.a.a.f.(:2)
โ at com.android.tools.r8.A.a.a.f.(:1)
โ at com.android.tools.r8.A.a.a.f.(: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)
โ failed
Hello dear @Shreyash, please release the Rush 2.0 soon.
- Weโre unavailable to desugar some Java 8 libraries using the current version of Rush.
- Also need helper blocks support.
- Need siblings extension support.
(We respect your hard work
)
Also i think these needs to be added.
import com.google.appinventor.components.common.OptionList;
import com.google.appinventor.components.common.Default;
got this error when i put this - deps:
- tess4j-5.7.0.jar
- commons-io-2.12.0.jar
โ erro The following error occurred while validating metadata file (rush.yml):
โ type โ_InternalLinkedHashMap<String, dynamic>โ is not a subtype of type โYamlMapโ in type cast
โ failed
The problem is that your username has whitespaces in it. To work around this, move the Rush data directory (located at %USERPROFILE%/AppData/Roaming/rush on Windows) to a new location that doesnโt contain any whitespace, say C:/rush, and then create a new env var named RUSH_DATA_DIR which points to this new location.
Itโs likely that your rush.yml isnโt correctly indented. Make sure that the deps field looks like this:
deps:
- tess4j-5.7.0.jar
- commons-io-2.12.0.jar
I was Trying to Install it on Ubuntu 22.04
and I am getting error like
bash: /root/.rush/bin/rush: cannot execute binary file: Exec format error
if anyone have solution then please forward me
I want rush to install on aarch64 based System, currently, it scoped to x86-64
Can we use proguard in rush?
Currently, only x86_64 builds are provided. You can however build Rush for your architecture yourself. Build instructions for the current stable release can be found on the main branch.
I think I have ran into some kind of issue.
I build an extension then delete some files and jars. And when I again build it, those files are still in the aix.
it might be because rush saves some raw data
I donโt know much about it but I have seen that data



