[android-developers] Re: converting to regular java

2011-02-06 Thread RyanMcNally
Check out libGDX - it allows you to release for PC and android from the same codebase Ryan On Feb 5, 9:19 pm, bob wrote: > How hard is it usually to convert an Android app to regular Java that > will run on a PC? > > Is there an automatic way to do this so I can release my Android games > for PC

[android-developers] Re: converting to regular java

2011-02-05 Thread DanH
Well, someone could always come up with a "port" of the Android emulator to "native" Windoze/Mac/Linux, and then it would be easy. Otherwise, the UI, as usual, is the bottleneck. On Feb 5, 3:19 pm, bob wrote: > How hard is it usually to convert an Android app to regular Java that > will run on a