Hi, i have two questions:
1. Can i build with my mac a .apk file? i already did, but it i cant execute it so i'm asking...
2. I build the .apk file and when i run it on my android, only a black screen appears.
Would appreciate some help! thx
Create .apk File
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Create .apk File
1. You can make .apk files on any operative system.
2. Please share your .apk file so people can help you find the problem instead of blindly guessing what the issue is.
The wiki may help you, if you didn't check it already.
2. Please share your .apk file so people can help you find the problem instead of blindly guessing what the issue is.
The wiki may help you, if you didn't check it already.
Tools: Hot Particles, LuaPreprocess, InputField, (more) Games: Momento Temporis
"If each mistake being made is a new one, then progress is being made."
"If each mistake being made is a new one, then progress is being made."
Re: Create .apk File
I attached you my .apk File.
-
- Prole
- Posts: 3
- Joined: Sat Jul 15, 2017 4:44 am
Re: Create .apk File
Ok, so you used Start Game Dev, wich compiles the 10.1 version of love and you made your game for the version 11.2 of it.
Without a .love file I'm not sure if anyone can help you, but I have a guess.
One of the differences between these two versions is the range of the color values: before 11.0 version, this range was in 0~255 and now it is in 0~1, so try to make this conversion.
(Sorry for my English)
Without a .love file I'm not sure if anyone can help you, but I have a guess.
One of the differences between these two versions is the range of the color values: before 11.0 version, this range was in 0~255 and now it is in 0~1, so try to make this conversion.
(Sorry for my English)
Re: Create .apk File
just use this tutorial instead:
https://love2d.org/wiki/Game_Distribution/APKTool
https://love2d.org/wiki/Game_Distribution/APKTool
-
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
I had to change the color values [0-1] to [0-255].
It works now.
God bless you
Re: Create .apk File
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: https://bitbucket.org/MartinFelis/love- ... rc/master/
I used Start Game Dev kit in the past, it's great to test the game on the fly
Who is online
Users browsing this forum: Bing [Bot] and 2 guests