Search found 1142 matches

by Gunroar:Cannon()
Mon Nov 18, 2024 9:44 pm
Forum: Support and Development
Topic: Help with exporting to an APK on a phone
Replies: 1
Views: 1049

Re: Help with exporting to an APK on a phone

You can use github actions to automatically build an apk. * First get a GitHub account, * Then clone love-android respitory, * Follow the instructions on the page to upload game.love (may need to use an older branch as love 12 doesn't support just uploading the love file and instead the actual conte...
by Gunroar:Cannon()
Tue Nov 12, 2024 6:54 am
Forum: Support and Development
Topic: Thread killing help with HTTPS
Replies: 5
Views: 1354

Re: Thread killing help with HTTPS

Luahttps doest support timeout. I made a topic about this before with little response so I made my own timeout. Worked fine if not for that issue of stopping unused threads.
by Gunroar:Cannon()
Mon Nov 11, 2024 2:29 pm
Forum: Support and Development
Topic: Thread killing help with HTTPS
Replies: 5
Views: 1354

Thread killing help with HTTPS

I did a multithreaded code to implement timeout for https. (Call the thread and sleep for small intervals of time until either the thread is done or the times add up to timeout) but now I was told that if the https calls are made in succession without waiting for one to finish it causes bugs from ge...
by Gunroar:Cannon()
Tue Oct 29, 2024 6:22 pm
Forum: General
Topic: Why is love2D app file size so big
Replies: 3
Views: 2475

Re: Why is love2D app file size so big

?
Not sure about terminology, heheh... I use the GitHub actions. it's embedded. But before I even put any assets in I don't think it was embedded.
by Gunroar:Cannon()
Mon Oct 28, 2024 6:15 pm
Forum: General
Topic: Why is love2D app file size so big
Replies: 3
Views: 2475

Why is love2D app file size so big

When compiled/gotten from artifacts the unzipped file is 70+mb, but when gotten officially it's around 12 to 20mb. Why is this? Even if all the architectures are included in the app it still seems really big.

Anyway to make it smaller once I compile it/during compilation?
by Gunroar:Cannon()
Tue Oct 08, 2024 8:17 am
Forum: Support and Development
Topic: Problem packaging game.love in love-android
Replies: 3
Views: 10262

Re: Problem packaging game.love in love-android

errm... no, not this way. instead of putting your game.love file, put its contents instead this way: love-android_assets.png valid for Love2D v11.4 onwards. Weird, according to the official love-android ... If you want to put your game inside the APK, you can either: 1. Put all your games in app/sr...
by Gunroar:Cannon()
Mon Oct 07, 2024 6:48 pm
Forum: General
Topic: [idea] A love2d playground
Replies: 6
Views: 13030

Re: [idea] A love2d playground

Sounds cool. Heck, even Meta AI on WhatsApp helped me get Lootlocker with Love2D working.
by Gunroar:Cannon()
Mon Oct 07, 2024 6:45 pm
Forum: General
Topic: Adding .so files for Android
Replies: 3
Views: 11437

Re: Adding .so files for Android

If you have lots of questions about Android usage you might be better off joining the Discord server, the primary Android maintainer doesn't visit the forums super frequently. Discord isn't supported well in my country. (It's hard to get a connection to it). I made a new topic that's pretty straigh...
by Gunroar:Cannon()
Mon Oct 07, 2024 6:43 pm
Forum: Support and Development
Topic: Problem packaging game.love in love-android
Replies: 3
Views: 10262

Problem packaging game.love in love-android

https://github.com/GunroarCannon/love-android/blob/main/app/src/embed/assets/game.love https://github.com/GunroarCannon/love-android When I add my game to the assets folder of love-android to build my own android APK like the wiki says it just turns out the same with the artifacts not recognising my...
by Gunroar:Cannon()
Mon Oct 07, 2024 1:14 pm
Forum: General
Topic: GitHub help
Replies: 15
Views: 20934

Re: GitHub help

...Though of course I can't quit there! I'll push through!!! :P I added each of the files individually, creating all the folders on GitHub using my phone. Now building is in process to test if it works (I put the files in love-android/love/...like it says in lua-https love2D wiki). Will update on my...