如何将.jar文件添加到我的windows phone 8.1银光应用程序?

问题描述:





我正在开发一款Windows手机8.1银灯应用程序。对于我的应用程序,我需要添加一个dll,不幸的是我有.jar文件。



我使用ikvmc将 .jar文件转换为.dll ,但转换后的.dll不会添加到项目中。我收到警告消息,如对更高版本的引用或兼容程序集中无法添加到项目中我正在使用visual studio 2013 ultimate。



我在Google上搜索了上面的警告信息,很多人说转到.dll文件并右键单击.dll文件然后转到属性并取消阻止.dll,很遗憾,我没有找到解锁选项。



任何帮助,



谢谢...

Hi,

I am developing a windows phone 8.1 silver light application . For my application I need to add one dll unfortunately I have the .jar file .

I converted the .jar file into .dll using ikvmc , but the converted .dll is not adding to the project .I am getting warning message like a reference to the higher version or in compatible assembly cannot add to the project I am using visual studio 2013 ultimate .

I searched the above warning message in Google , many said that goto the .dll file and right click on the .dll file then goto properties and unblock the .dll , unfortunately I did not find unblock option .

Any help,

Thanks...

windows phone在基于arm的架构上运行。尝试将 / platform:arm 添加到ikvmc命令。



祝你好运!
windows phone runs on an arm based architecture. try to add /platform:arm to the ikvmc command.

Good luck!