Is it possible to genrate .apk file from our application?
If yes Then pls give me some guidance ,Thanx in advance.
Is it possible to genrate .apk file from our application?
If yes Then pls give me some guidance ,Thanx in advance.
Does it have to work offline??? The reason I'm asking is because I wouldn't want to embed my own private Market key within my own application, I'd probably want to use a server-side application that does the signing at least. And then, if you do the signing on a server, you might as well do as much of the work on there as possible, that should be much easier to do that way.