ForumsProgramming ForumAndroid in Java

4 9643
arnavkumartechno
offline
arnavkumartechno
5 posts
Nomad

I know core java and some advance java as well. I do not have android phone. But want to play android games like "tample run". Can I use android game to run and play in java if yes, how?

  • 4 Replies
Binary_Illusion
offline
Binary_Illusion
300 posts
Jester

Can you emulate android games on the android SDK?
You could try that via your PC, however, my expertise with phones is not that great.

Regards,


-Binary Illusion.

arnavkumartechno
offline
arnavkumartechno
5 posts
Nomad

I did not try it but i think emulator is really slow and is not reliable. But looks like that it is the only solution for me.
Thanks for your reply

jasonjie88
offline
jasonjie88
28 posts
Nomad

You actually don't need an emulator if the game is in Java.

Java uses what is called a virtual machine to run. A bit like Flash, actually. The Java Virtual Machine is generally integrated by default into Android devices. This means no emulator needed. WYSIWYG.

However, some Android programs are found in an apk format. If you want to run that on a PC, it's then you'll need an emulator. That problem aside, you should be just fine.

Showing 1-3 of 4