使用我的自定义插件构建Cordova项目时出现错误

时间:2020-04-30 12:59:54

标签: android cordova ionic-framework plugins

我创建了一个自定义的cordova插件,并将其添加到我的cordova projet中。当我尝试使用以下命令运行项目:ionic cordova run android时,出现此错误:

BUILD FAILED in 4s
24 actionable tasks: 1 executed, 23 up-to-date
/Users/domenico/Desktop/tea_frontend/platforms/android/gradlew: Command failed with exit code 1 Error output:
FAILURE: Build failed with an exception.

* What went wrong:
Failed to capture fingerprint of input files for task ':app:compileDebugJavaWithJavac' property 'sources' during up-to-date check.
> Could not list contents of '/Users/domenico/Desktop/tea_frontend/platforms/android/app/src/main/java/taffuri-rtsphelper/rtsphelper/rtsphelper.java'. Couldn't follow symbolic link.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

出什么问题了?

0 个答案:

没有答案
相关问题