Flash / Flex compiler for Android
Has anyone heard anything about an Android app which will compile Flash and/or Flex projects into a SWF or other outputs (eg., for mobile) directly on the Android device itself? I'm looking for something like a basic 开发者_如何学Pythonversion of Flash Builder on an Android tablet.
You MIGHT be able to build one using the flex SDK tools that are written in Java, but a prepackaged app that will do that for you really doesn't exist. You're probably better served running a webservice that does the compilation: it will be MUCH faster than trying to do a customized version of the flex compiler that performs adequately on an Android tablet.
精彩评论