It has never been said that you need to install Ant to use Rush. Also, I’m very much sure that you haven’t installed JDK 8. At this point I’m just fed up with explaining everyone how to install JDK. If you can’t do such simple things as installing a program, I don’t think you should be developing any extensions.
Run this command in Powershell and post the result
java -version; javac -version
You should see something like this:
Hello @Shreyash & @Xoma
Thanks for replaying me
I solved problem by add %JAVA_HOME%\bin
to system variables to the path
And restart my pc … it is solved
Hi Shreyash,
I installed Java on my computer.
And I wrote this in my extension. (removed)
And it successfully built the extension, but:
This block is the only block I see. Do you know where the mistake is?
I had also faced this issue.
Just re-compile the extension.
At the time of compiling this extension there was one warning in console.
"no blocks annotations "
Something like this, I haven’t remembered the warning text
Thanks, working now.
getting error
varsha@DESKTOP-JG5BBV1 MINGW64 /e/AIX/NewDYNAMICaix/AAAAAAA/sample
$ rush build
?[94m __
_______ / /
/ / / / / / __
/ / / // ( / / / /
// _,/// //
?[m?[33m• ?[mBuild initialized
?[m?[90m┌ ?[mChecking project files
?[90m│ ?[m?[36minfo?[m Checking metadata file (rush.yml)
?[90m│ ?[m?[36minfo?[m Checking AndroidManifest.xml file
?[90m└ ?[32mdone
?[m?[90m┌ ?[mCompiling sources
?[90m│ ?[m?[36minfo?[m Picked 1 source file
?[90m└ ?[31mfailed
?[m?[31m
• ?[mBuild failed ?[30;1m[?[0m?[36m0ms?[30;1m]?[0m ?[30;1m[?[0m?[30;1m]?[0m
?[m
varsha@DESKTOP-JG5BBV1 MINGW64 /e/AIX/NewDYNAMICaix/AAAAAAA/sample
$
done now its working
hello developers i got error when i started build with kotlin
_______ _______/ /_
/ ___/ / / / ___/ __ \
/ / / /_/ (__ / / / /
/_/ \__,_/____/_/ /_/
• Build initialized
┌ Checking project files
│ info Checking metadata file (rush.yml)
│ info Checking AndroidManifest.xml file
└ done
┌ Compiling sources
│ info Picked 1 source file
│ erro src\in\sonraj\exkotlin\ExKotlin.kt:1:9: package name must be a '.'-separated identifier list
│ package in.sonraj.exkotlin
│ ^
└ failed
• Build failed [3s 212ms] [1 error]
OK sorry for this i found solution -
package `in`.sonraj.exkotlin
Can We Compile Two Extension in One?
A warning text :
PS C:\Users\amd\Downloads\get-pkg> rush build
__
_______ _______/ /_
/ ___/ / / / ___/ __ \
/ / / /_/ (__ / / / /
/_/ \__,_/____/_/ /_/
• Build initialized
┌ Checking project files
│ info Checking metadata file (rush.yml)
│ info Checking AndroidManifest.xml file
└ done
┌ Compiling sources
│ info Picked 1 source file
│
│ warn No declaration of any block annotation found
└ done
┌ Processing the extension
│ info Linking extension assets
│ info Generating DEX bytecode
└ done
┌ Finalizing the build
│ info Packing com.Shreya.getPkg.aix
└ done
• Build successful [2s 461ms] [1 warning]
PS C:\Users\amd\Downloads\get-pkg>
here is aix file which not have any block inside
com.Shreya.getPkg.aix (4.5 KB)
here is aix file which have blocks inside
com.Shreya.getPkg.aix (4.6 KB)
logs for aix have blocks inside
PS C:\Users\amd\Downloads\get-pkg> rush build
__
_______ _______/ /_
/ ___/ / / / ___/ __ \
/ / / /_/ (__ / / / /
/_/ \__,_/____/_/ /_/
• 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
└ done
┌ Finalizing the build
│ info Packing com.Shreya.getPkg.aix
└ done
• Build successful [2s 428ms]
PS C:\Users\amd\Downloads\get-pkg>
Just re-compile the aix file it’ll fixes the issue, As I already said above
Compiling two extensions in one will be possible with the next version, which I hope to release by the end of this month. Stay tuned.
We are waiting for the next update of aweseome Rush
If I want to use library in my project then how to do?
Status update – I’ve officially restarted working on Rush. The next release will ship with a bunch of new exciting features like automatic dependency resolution and support for multi-component extensions among others.
There’s no concrete ETA because it’s been months since I last touched the codebase, but I hope to get this release ready for beta testing by the end of this month. Stay tuned!
I am waiting for new update
Feature request - Please add helper block feature using @Options and @OptionList annotations