Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android emulator running on windows phone

I am thinking of making a final year project as the title mentions it should be an emulator for windows phone that runs android project. i have done some research and found nothing helpful the following discussions also shows that it is not possible http://forum.xda-developers.com/showthread.php?t=1841481

but as we have an emulator for windows why is it not possible to have one for windows phone.. just because windows phone is locked down??? and if it is possible then what kind of programming i am looking forward to? because i know there will be alot of system level programming in this project (IF IT IS POSSIBLE)

like image 445
Aitizazk Avatar asked Oct 21 '22 04:10

Aitizazk


1 Answers

You would probably have to look into some way of rewriting the Dalvik VM to run on Windows Phone https://code.google.com/p/dalvik/

It is not impossible but it would take a serious amount of work. BlackBerry spent a lot of time working on their own version for PlayBook.

like image 111
JaboJG Avatar answered Oct 24 '22 09:10

JaboJG