Android apps are just java. There should be no problem running them outside of Android, given the right libraries. I believe the Android SDK includes all that.
Posted Feb 22, 2012 4:13 UTC (Wed) by ThinkRob (subscriber, #64513)
[Link]
> Android apps are just java.
Not quite. They're written (mostly) in Java, but they're not Java apps per se, as they compile to different bytecode and run on a different VM (Dalvik, not a JVM.)