Steven
Steven

Reputation: 833

How to port a Java game to an Android Application

I'm just curious, I am interested in making my game available in the Google play store. but I am not sure exactly how I would do this. I already have a google play developer account, but now what?

Would I basically use the same code I already have? or do I have to recode most of the game?

Upvotes: 1

Views: 319

Answers (1)

EffectiveMatrix
EffectiveMatrix

Reputation: 339

It depends on how your game developed.

if it's based on the game engine like: libGDX,OGRE,etc. you can easily remove to android.

If it was not, i am afraid you may need develop it again based on ADK.

Upvotes: 1

Related Questions