The problem with such a compiler is it would produce terrible applications. Android has a (better) different model of how the application is structured - while a iPhone application is more traditional, an Android application is much better integrated into the system (via activities, view, services and intents).
The biggest challenge is not the main code, but the UI and system libraries. If all views were XIB, there is a small hope.