I wanna try to build my love2d game on my mobile phone, but i dont know how to export it into apk file. Then i found this Apktool in love2d official website. But when im using it , i had a problem.
Im using termux to do my terminal commands
Screenshot_20200719_211341.jpg (143.64 KiB) Viewed 6064 times
There's no mistakes about my folder name, its name already same and correct.
Here what is in my love_decoded folder:
Screenshot_20200719_211429.jpg (143.16 KiB) Viewed 6063 times
i think I already followed the instructions of Apktool in love2d website carefully. Look! The code which i wrote in androidmanifest is from that website.
yetneverdone wrote: ↑Sat Jul 25, 2020 8:28 am
Did you correctly `cd` into the directory?
To make sure you're in the right path print out `ls`
Yes. I often check my path using 'ls' everytime i want to clone something or running some of command. But still got the same problem. My path which im in, already correct.
I thought the error was because some of my files in love_decoded folder are missing. But im not sure whether its missing or not. If yes, i dont know which files are missing.
AuahDark wrote: ↑Sat Jul 25, 2020 3:06 pm
loveToAndroid doesn't updated to latest LOVE 11.3.
To OP, I suggest you to do the game packaging in PC or Mac.
I never used apktool on pc before but i'll try it when i can use my pc back. i cannot use my pc for a moment because of some problems. So while waiting my pc, im trying to build my apk on my mobile device.