简体   繁体   中英

Can I deploy a Windows Phone XNA app to a Samsung device?

I have created a Windows Phone 7 app using XNA 4.0. I can successfully deploy it to a Microsoft Phone (the phone I've used is running the Windows Phone 8 operating system) by connecting the phone to my computer with a USB cable and running the Windows Phone Application Deployment 8.1 tool (this tool allows me to deploy the .xap file to the phone, thus deploying the app). However, I now want to deploy the same app to a Samsung phone. Would I be able to do it using the same method (connect the Samsung phone to the computer and run the same deployment tool), or would I need to do this another way? If it is the latter, how could I go about doing it? Thanks in advance.

Windows Phone apps run on Windows Phones, Android apps run on Android. No way to deploy a Windows Phone app to an Android phone.

You can however port your XNA code to Monogame, should not be too hard and deploy it to Android then.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM