-
-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes: #3550 Add Hello-world JAVA example using mill #3596
Fixes: #3550 Add Hello-world JAVA example using mill #3596
Conversation
There are few things you should address here:
|
Fixes: #3550 All the Checks Passed and All the files are committed as per requirements Directory Structure:
This matches your original format. You can use this as is in your Kindly Review the Changes Made and Merge the Pull Request. |
@himanshumahajan138 I think this looks good as a first pass, but there's a bunch of work to be done to bring it in line with the rest of Mill's codebase. Some immediate action items that come to mind:
|
I am facing problem, please help But now when i am importing |
I can't see this file is this PR. |
Actually I didn't pushed coz if i try to push it will fail in checks |
Fixes : #3550 I Changed Whole Code According to the Requirements and Code is running Fully in Local but i dont know what is happening when i pushed the code for live checking Key Changes :
|
@himanshumahajan138 if you have not slept for the last two days, I will tell you straight that you should stop working on this and go sleep. Maybe you are able to complete the ticket and maybe you can't, but regardless we're not interested in you working yourself to the bone. |
@lihaoyi Heartly Appreciated your words, please once review my pr and tell me what's wrong in this i again pushed some changes and this time i have followed each and every step as per requirements |
I've updated the original ticket with some more details. I think you've made good progress, but still a ways to go
In general, the code now works, but for it to be an official Mill-android example we need to aim for higher than "works". Please go through all the other examples in |
You Means we have to create two functions inside |
Two traits sounds reasonable. Assuming we provide good defaults, each trait we extend inside build.mill will be somewhere around 1-3 lines of code, not a huge burden to someone configuring the build. We could also set it up such that for someone who only has one android app, they can extend both traits in the same module |
Notably, two modules doesn't mean two android apps. It means two java modules that end up being included in the one same android app |
OK so I will add One named as and finally extend both of them inside the |
Let's name them |
@himanshumahajan138 I'm going to make the call and say that this collaboration isn't going to work out. I don't think you have the expertise necessary to push this over the finish line, there's a limit in how much I can hold your hand, and I don't see this PR converging to a merge-able state with a reasonable amount of time and effort. Thank you for the time you put in, I know you've tried hard and done your best, but I'm going to call it quits on this one and close this PR to open up the space for others to attack the problem |
@lihaoyi
Just asking for review because i want to create documentation based on finetuned code but when i was near finish line you just kicked me out |
Fixes: #3550
Created
Build.sc
file with proper formatCreated
helloworld.apk
that runs on androidcode runs with command
mill app.create
All code Running but the problem is with
android.jar
file which needs to be present locally or remotely@lihaoyi I request you to please once check the changes i made in the build.sc file its running well with the local code where android.jar is present but the problem is with the dependency for android.jar
Hope You Understand.
screenshot of running app