How to port a Java game to an Android Application -


i'm curious, interested in making game available in google play store. not sure how this. have google play developer account, what?

would use same code have? or have recode of game?

it depends on how game developed.

if it's based on game engine like: libgdx,ogre,etc. can remove android.

if not, afraid may need develop again based on adk.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -