How to create windows 10 iot core application icon

2019-07-27 10:28发布

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条回答
SAY GOODBYE
2楼-- · 2019-07-27 10:46

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:

enter image description here

After that, you will see this Dialog:

enter image description here

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

enter image description here

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.

查看更多
登录 后发表回答