简体   繁体   中英

how can i generate .XAP file in rhomobile

how to generate .xap file in rhomobile for windows phone 8. i have tried : $ rake device:wm:production

Do we have some way to make/generate this file.

To build for WP8 you should use the command line:

rake device:wp8:production

More info in the documentation page: Build for Windows Phone 8

You can get a complete list of commands running:

rake -T

the command you used is to build Windows Mobile application: Build for Windows Mobile .

Keep in mind that support for Windows Phone8 will be improved in the upcoming RhoMobile Suite v5.1 planned for later this year. You can follow the development on rhomobile github account .

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