Reputation: 27
I have an aplication in .APK for Android but how I can convert .APK into a .XAP for Windows Mobile or do I have to develop the application again?
Upvotes: -3
Views: 41503
Reputation: 1682
How you convert apk into xap, both are different framework , windows phone support windows os and android phone support android os, so you can't convert, better you redevelop..
Upvotes: 0
Reputation: 54258
How to convert an orange to a watermelon? You have to re-develop it.
Consider using PhoneGap-like framework to support multiple mobile phone platforms.
Upvotes: 2
Reputation: 4659
You'd have to redevelop it because Android is Java and XAP is a different language all together
Upvotes: 1