• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

PC programs on Android Devices

ZPForce

Lurker
Is it possible to put Desktop programs on a android device?
If So can someone point me in the right direction?

Is it a matter of dropping in the code?
 
Android devices run Android SDK compiled applications. Desktop programs if want to live inside Android need special coding and re-compilation. This applies for the typical non-rooted Android devices. For rooted Android devices, you can bet a whole lot of not possible task can become possible.
 
Another thing to consider is that PC programs are written for x86 processors, not ARM, which Android phones and tablets use. Its not only the software. For instance, Windows 8 will run on ARM driven tablets, similar hardware to Android tablets, but Microsoft already warned that even if Win8 was legacy supportive (able to run older prgrams, even some XP programs), it would not mean you can run those compatible programs on the ARM tablets because of the processor limitations.
 
Back
Top Bottom