I have developed an android app that works great and i would like to migrate it to the desktop is ther any tools or easy way of doing this? If not could you at least give me a solution of running the android app on the desktop(someting similar to the simulator but stand alone aplication without the android os interface).
Share
As mentioned, Bluestacks has gotten some good press for being a do nothing option to get an Android application running on Windows.
However, I don’t think you are going to be able to find a tool that will be able to port for you. There are too many things that are application specific that might not migrate gracefully. I see this a kin to the request of a script to port a program to a different language. Doing this kind of thing and have it always work correctly is a very hard problem.
All that being said, there are a set of steps you can take to help yourself through the process. I’ve been working on an application that runs as a Java application on the desktop and as an Android app on the phone. Here is a list of things I had to go through when designing the system.