cnlohr / rawdrawandroid

Build android apps without any java, entirely in C and Make
MIT License
2.75k stars 197 forks source link

. #44

Closed graysuit closed 3 years ago

dreua commented 3 years ago

Hey, I'm planning to work on this in the next weeks but any help is welcome! I gave it a first try in my fork but it seems that my attempt without a dedicated container is not going to work. Maybe it's easiest if we build and test this in my fork and merge it to rawdrawandroid once it's relatively stable, what do you think?

dreua commented 3 years ago

Thanks, I was assuming this would work like a Docker container without the need for sudo, turns out I was wrong.

dreua commented 3 years ago

@graysuit thanks for your help!

I think the workflow is now downloading and installing all the dependencies on each run. This feels like a waste of time and resources to me but it might just be the best practice for Github workflows for some reason: Any strong opinions or further insights into this topic?

dreua commented 3 years ago

Thanks, fair point that it's only burning Microsofts money, I can live with that 😆

About uploading .so files: I don't really see a use case in that because you would need the whole tool chain to use those anyway, don't you? Either convince me with a good user story or, even better, send a PR with the necessary changes. I'll try to review and merge that on short notice.