我正在使用 Phonegap 和 Barcode Scanner 插件。我正在尝试构建一个测试应用程序。我正在关注下面的教程。
http://www.mobiledevelopersolutions.com/home/start/twominutetutorials/tmt3
如图所示,我已将 BarcodeScanner.java 粘贴到正确的路径。
但是在编译时会发生以下错误:
Android Packager: [phonegapbarcode] C:\Users\achintha_s\IdeaProjects\Barcode PhoneGap\AndroidManifest.xml:59: error: Error: No resource found that matches the given name (at 'label' with value '@string/share_name').
我该如何解决这个问题?我正在使用 IntelliJ Studio。