库本身是由Gradle管理的,就像在Github链接中所看到的那样。库的开发人员只提供如何在Android项目中使用它,但是我想为这个库创建Cordova插件包装器,所以我想将它包含在插件中。fliclib-android (this is a cloned library from the github link) -android -MyPlugin.js...com.mypackage.cor
有时我在flutter中使用flutter_string_encryption库,它在调试模式下工作得很好,但当我尝试构建apk或运行应用程序时,我在发布模式下遇到错误 Could not resolveCould not find com.github.tozny:java-aes-crypto:1.1.0.
因为我试图设置这个库,但是在gradle同步时,我总是会得到构建失败。==================================================================
* Get more help at https://help.gradle.orgDeprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
为此,我必须将jitpack.io添加到 repositories{ }在我的build.gradle项目文件中。settings repositories over project repositories but repository 'maven' was added by build file 'build.gradle'dependencyResoluti