我正在使用xamarin表单开发移动应用程序,该应用程序可在POS设备上运行,设备附带特定的.jar文件,我如何将这些 jar 文件用作 dll 在我的项目中?请帮助
答案 0 :(得分:0)
很抱歉,我的问题描述得不好,
好的,我尝试添加JarBinding项目,并将Build Action更改为Embedded Jar,然后将该项目作为引用添加到Portable xamarin表单项目中,最终当我尝试在项目中使用它时,我无法访问所有类
但是相同的Jar或Package具有像Java图像显示的4图像那样的BankCard和Core功能。
Creating the jarBinding Project and add the Jar files
add JarBinding Project as Reference