我正在尝试将cordova-plugin-local-notifications插件添加到我的android项目中。
我在依赖项下添加implementation 'com.github.katzer:cordova-plugin-local-notification'
到我的app gradle文件中。但是Gradle无法找到该插件。
错误:Supplied String module notation 'Failed to resolve: com.github.katzer:cordova-plugin-local-notification:
插件链接:https://github.com/katzer/cordova-plugin-local-notifications/
感谢您的帮助。
答案 0 :(得分:0)
您尚未正确安装插件。根据您的意见,您甚至没有正确安装Cordova CLI。
如果您是Cordova的新手,我强烈建议您使用Apache Cordova的工具尝试像Visual Studio这样的IDE,并在this guide之后进行设置。插件必须先正确安装才能在您的应用中使用,当然还需要先安装Cordova。