Search found 265 matches
- Sun Apr 14, 2019 11:51 am
- Forum: Support and Development
- Topic: Android Scaling Issues
- Replies: 5
- Views: 8059
Re: Android Scaling Issues
Could your problem be related to the space reserved for the system buttons? I don't know how that's handled in LÖVE, if at all. That could be the reason. I have software buttons. Any ideas? Btw, it works the first time I launch the apk, but only the first time ever photo_2019-04-14_12-47-56.jpg pho...
- Sat Apr 13, 2019 10:02 am
- Forum: Support and Development
- Topic: Android Scaling Issues
- Replies: 5
- Views: 8059
Re: Android Scaling Issues
Does this work? wWidth, wHeight = lg.fromPixels(lg.getPixelDimensions()) I was trying to solve a problem. I couldn't compile apks anymore after I lost my old laptop lol. No, this doesn't work either. It seems to work only the first time, as before. It's pretty random, sometimes the game is full scr...
- Sat Apr 13, 2019 9:51 am
- Forum: Support and Development
- Topic: [Solved] Can't build Android apk
- Replies: 3
- Views: 6261
Re: [Solved] Can't build Android apk
I managed to solve the problem by downloading an older NDK (16b) and by clearing the old binaries it built.
I kept getting the same errors because of the old binaries it built with NDK 19
I kept getting the same errors because of the old binaries it built with NDK 19
- Fri Mar 29, 2019 10:54 am
- Forum: Support and Development
- Topic: [Solved] Can't build Android apk
- Replies: 3
- Views: 6261
Re: Can't build Android apk
My Love game used to build on my old laptop, but I lost it and now I can't build the game anymore. I have SDK API28, NDK, Java8, I setup the paths and everything I needed to do (at least I think so). I'm using the 0.11.x branch on Martin-Felis's repo, I put the game.love file in the assets folder e...
- Sun Mar 24, 2019 9:43 am
- Forum: Support and Development
- Topic: [Solved] Can't build Android apk
- Replies: 3
- Views: 6261
[Solved] Can't build Android apk
My Love game used to build on my old laptop, but I lost it and now I can't build the game anymore. I have SDK API28, NDK, Java8, I setup the paths and everything I needed to do (at least I think so). I'm using the 0.11.x branch on Martin-Felis's repo, I put the game.love file in the assets folder et...
- Sun Mar 17, 2019 7:35 pm
- Forum: Support and Development
- Topic: Android Scaling Issues
- Replies: 5
- Views: 8059
Android Scaling Issues
wWidth, wHeight = lg.getDimensions() sx = wWidth / imgwidth sy = wHeight / imgheight lg.draw(img[r], quad, x, y, 0, sx, sy) I'm not using scale(), I calculate sx and sy for every object by dividing screen dimension and the objects dimensions It works fine on my pc, but it doesn't fill the whole scr...
- Sat Jan 19, 2019 8:48 pm
- Forum: Support and Development
- Topic: Create .apk File
- Replies: 6
- Views: 3585
Re: Create .apk File
Thanks Gabriel Bras! You were right! I had to change the color values [0-1] to [0-255]. It works now. God bless you :D Google only accepts apps compiled with API26 or higher. If you want to publish the game on the store you'll have to move to Love 11.2 and use the 0.11.x branch of the Android repo:...
- Tue Jan 08, 2019 10:17 am
- Forum: Games and Creations
- Topic: Collisions on Google Play
- Replies: 7
- Views: 5929
Re: Collisions on Google Play
I liked it a lot too. I saw it on steam a couple years ago but I never played it before you made this post
- Sun Jan 06, 2019 3:44 pm
- Forum: Games and Creations
- Topic: Collisions on Google Play
- Replies: 7
- Views: 5929
Re: Collisions on Google Play
It looks beautiful. I just installed it!
- Tue Jan 01, 2019 10:54 am
- Forum: General
- Topic: LÖVE 11.2 released - including Android APK!
- Replies: 46
- Views: 312247
Re: LÖVE 11.2 released!
Great job, I migrated my game to Love 11.2! I like the new stuff!