我是关于phonegap的新手,我现在试图安装nfc插件但没有任何成功。 我认为这适用于任何插件。
我试图手动安装它,因为插件不适合我。 我尝试过不同的方式,但没有。
我现在拥有的是:
添加了此字符串的Config.xml:
<gap:plugin name="com.chariotsolutions.nfc.plugin"/>
正确放置这些脚本的index.html:
<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/phonegap-nfc.js"></script>
<script type="text/javascript" src="js/index.js"></script>
插件目录中名为:
的文件com.chariotsolutions.nfc.plugin
scr文件夹放置在具有此结构的项目根目录中
/src/com/chariotsolutions/nfc/plugin/
内置2个文件:NfcPlugin.java和Util.java
我收到的错误总是:
Failed to initialize the NfcPlugin Class not found
感谢