How to create windows 10 iot core application icon

廉价感情. 提交于 2019-12-11 07:39:55

问题


I have created an windows 10 iot core application and i created the app bundle in appx format. That's installing properly in windows 10 machine. But i want to install in IOT core board

The package file which i have created like below:

    ABC_1.0.9.0_AnyCPU_Debug.appxbundle

I have created through visual studio


回答1:


You can follow this tutorial to create the the appxbundle.

Then in the windows iot device portal, select add button to install your app like this:

After that, you will see this Dialog:

Select browse option to find your app bundle and make sure "I want to specify optional packages" selected like this:

Add all the dependencies(.appx). If you're building for MinnowBoard Max, they are in dependencies\x86 path. If you're building for Raspberry Pi 2, Raspberry Pi 3 or the DragonBoard, they are in dependencies\ARM folder.

After that, select next will start the install process. After the process is done successfully you can see your app in the apps list of device portal.



来源:https://stackoverflow.com/questions/45498480/how-to-create-windows-10-iot-core-application-icon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!