Thanks a lot! that worked like a charm and I'm sorry, I had forgotten that part of the docs, I just uploaded the apps and they should be available tomorrow in case you want to check, look for "Watch your balls"
Thanks dude!
Problem on game distribution
- alberto_lara
- Party member
- Posts: 372
- Joined: Wed Oct 30, 2013 8:59 pm
Re: Problem on game distribution
No problem, man! Anytime! I'll check out you app ASAP.alberto_lara wrote:Thanks a lot! that worked like a charm and I'm sorry, I had forgotten that part of the docs, I just uploaded the apps and they should be available tomorrow in case you want to check, look for "Watch your balls"
Thanks dude!
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Re: Problem on game distribution
Sorry for hijacking...
Davidobot: I'm trying to do like you said. my ant properties look like this:
But I get this error when I try to do ant release:
"BUILD FAILED
C:\Users\Mermersk\AppData\Local\Android\android-sdk\tools\ant\build.xml:1139: Th
e following error occurred while executing this line:
C:\Users\Mermersk\AppData\Local\Android\android-sdk\tools\ant\build.xml:1151: Va
lue for 'keystore' is not valid. It must resolve to a single path"
This comes after I put in the password for keystore and alias. Have no idea what alias is though.
What's wrong here?
Davidobot: I'm trying to do like you said. my ant properties look like this:
Code: Select all
key.store = D:\GameLab\loverepo\MartinFelis-love-android-sdl2-70cb26bb2a31\assets\my.my-release-key.keystore
key.alias = my.release.key
"BUILD FAILED
C:\Users\Mermersk\AppData\Local\Android\android-sdk\tools\ant\build.xml:1139: Th
e following error occurred while executing this line:
C:\Users\Mermersk\AppData\Local\Android\android-sdk\tools\ant\build.xml:1151: Va
lue for 'keystore' is not valid. It must resolve to a single path"
This comes after I put in the password for keystore and alias. Have no idea what alias is though.
What's wrong here?
Email: ic4ruz39@gmail.com
Re: Problem on game distribution
I got two ideas:Mermersk wrote:Sorry for hijacking...
Davidobot: I'm trying to do like you said. my ant properties look like this:
But I get this error when I try to do ant release:Code: Select all
key.store = D:\GameLab\loverepo\MartinFelis-love-android-sdl2-70cb26bb2a31\assets\my.my-release-key.keystore key.alias = my.release.key
"BUILD FAILED
C:\Users\Mermersk\AppData\Local\Android\android-sdk\tools\ant\build.xml:1139: Th
e following error occurred while executing this line:
C:\Users\Mermersk\AppData\Local\Android\android-sdk\tools\ant\build.xml:1151: Va
lue for 'keystore' is not valid. It must resolve to a single path"
This comes after I put in the password for keystore and alias. Have no idea what alias is though.
What's wrong here?
- Your keystore is invalid or it doesn't contain a key with the alias "my.release.key"
- if it is valid, try either placing two // between the directories in ant.properties, like so "D:\\GameLab\\loverepo\\MartinFelis-love-android-sdl2-70cb26bb2a31\\assets\\my.my-release-key.keystore"
Or try referencing the the keystore relative to ant.properties, which would look something like this: "assets/my.my-release-key.keystore" (All directories must be written without the quotation marks inside ant.properties.)
EDIT: If worst comes to worse, just place the keystore into the same folder as ant.properties and refer to it as "my.my-release-key.keystore"
PM me on here or elsewhere if you'd like to discuss porting your game to Nintendo Switch via mazette!
personal page and a raycaster
personal page and a raycaster
Who is online
Users browsing this forum: Bing [Bot] and 2 guests