well i am still scared can someone with a safe antivirus software scan it and show me
RushSetup.exe
Shared with Dropbox
well i am still scared can someone with a safe antivirus software scan it and show me
Youβre expected someone else to do it
Just scan it using other anti-virus
This post was flagged by the community and is temporarily hidden.
Thank you
It means a lot to me
Wdym?
I was killing two birds with one stone. (I am almost vegetarian though )
It was for this:
Works after restarting laptop.
And this one for my flagged post:
No,no it was not meant to be for you.
Okay. You should quote the appropriate post while replying to avoid confusion.
And this one for my flagged post:
If you think it was me, then youβre wrong. I didnβt flag it.
Dear shreyash,
Please make video on installation guide if possible.
How to resolve this?
I exported classes.jar from aar
Add the deps in yml
And I try import in java code
can you share the aar or jar here i will take a look
You should actually be importing πππ.ππππππ.πππππππ.ππππππππ.* not πππ.ππππππ.πππππππ.ππππππππ. I also would like to relay to you that this will not work (or at least some components) because the necessary theming does not exist for Kodular built applications. You will receive build errors and runtime errors upon trying to create the component or trying to build your application.
πππ.ππππππ.πππππππ.ππππππππ
let him tell maybe material is the class and not a folder
Like @hammerhai mentioned, youβll have to import com.google.android.material.*
for it to work. This is just basic Java stuff, if youβve to import a whole package, you need to add (.*
) at the end.
And talking about the second error, itβs because youβve extra space(s) before - material-1.3.0.jar
in deps
field in rush.yml
. There must be exactly 2 spaces before it. Anything more or less will cause the build to fail.
let him tell maybe material is the class
Please do not talk to me like I donβt know what Iβm talking about. I wasnβt talking about the folder, I was talking about the class because I wouldnβt have added dots had I been talking about a folder. Also, classes have uppercases (recommended at least) so therefore no matter what, Iβd still be talking about the class because the Material Component library does not consist of a βmaterialβ class.
Again though, creating components will fail because the necessary attributes the library needs will NOT exist and will give you an error. Itβs better not eating your time to try and make whatever extension youβre making with this library.
Please add Kotlin support
what you see here?:
- First class Kotlin language support.
Guys I need help I added a jar library, but it is not working despite putting the exact name and as the tutorial β¦any one can help
Dependency management system like Gradle and Maven.
I am excited for this
Dear Shreyash,
Thank you for your great contributions.
However, being a newbie i am a bit stuck.
I have written extension sample.java file which i want to convert to aix.
when creating or building the extension file there is nowhere my java file is used.
the βsrc/io/sample/sample.javaβ file is completely different file than the one i wrote.
Also the compiled βsample.aixβ file is all together another extension that i never wrote.|
Please guide.
Hi @Shreyash I made an installer for Rush
Now we dont have to add all the paths manuallyβ¦
Shared with Dropbox
Hi,
Please make sure that you are editing the correct Java file, which in your case should be src/io/sample/sample.java
.