Good morning, my name is David, and this is my first post in this forum.
I'm doing a sokoban-like game width Gideros, it's my first app in Gideros and I start with LUA too. So i'm a beginner of course.
The game is practically finished, but my problem is that I'm trying to deploy the game to an Android apk and to install in my phone, but it says that can't install the apk.
I read about this here:
giderosmobile.com/forum/discussion/63/android-apk-package/p1
but I did't found a clear answer for my issue.
here is a link with a little blog that I started with some screens of the game:
programacionloprimero.blogspot.com.es/
Thank in advance.
David.
Comments
developer.android.com/tools/publishing/app-signing.html#setup
I found:
"All applications must be signed. The system will not install an application on an emulator or a device if it is not signed."
Thanks so much!
My blog
My way for testing app in my phone:
1- export project from GiderosPlayer
2- run the app in Eclipse
3- in the bin folder there is a apk file copy it to external memory
4- mark Unknown sources (Allow installation of non-market application)
4- install apk from external memory
Likes: DavidB
I think this "previous" apk is not signed, and if you want to up this to Android Market, it must be signed, isn't?
My blog
its just for test!
My blog