运行 来自 github 本地的项目(无实施/编译选项)
Run a project from github locally (no implementation / compile option)
我想在本地导入并 运行 这个特定的库用于测试目的 Credntia/CVScanner,这个库没有建议任何实现(编译)方法来使用它。我尝试将其作为模块导入,但 none 的测试对我有用。有什么帮助吗?
如果仔细观察,您会发现作者正在使用 bintray 和 android-gradle-maven 插件。因此,您可以克隆存储库,将工件安装到本地 Maven 实例中('mavenLocal()' 来自 gradle),或者从 bintray 导入它。为此,您需要 bintray 存储库。您可以在 https://bintray.com/iammehedi/Maven/online.devliving:cvscanner (just check the wrench icon, 'set me up'). Also, the artifact is importing the OpenCVAndroid artifact, so you'll need the bintray repo for that too. Get it here: https://github.com/steveliles/opencv-android
获取
我想在本地导入并 运行 这个特定的库用于测试目的 Credntia/CVScanner,这个库没有建议任何实现(编译)方法来使用它。我尝试将其作为模块导入,但 none 的测试对我有用。有什么帮助吗?
如果仔细观察,您会发现作者正在使用 bintray 和 android-gradle-maven 插件。因此,您可以克隆存储库,将工件安装到本地 Maven 实例中('mavenLocal()' 来自 gradle),或者从 bintray 导入它。为此,您需要 bintray 存储库。您可以在 https://bintray.com/iammehedi/Maven/online.devliving:cvscanner (just check the wrench icon, 'set me up'). Also, the artifact is importing the OpenCVAndroid artifact, so you'll need the bintray repo for that too. Get it here: https://github.com/steveliles/opencv-android
获取