Я разработал библиотечный модуль, затем загрузил aar в JCenter и одобрил. Когда я разрешил lib в build.gradle моего проекта, он показывает мне эти сообщения:
Не удалось найти ноль: не указано: ноль. Поиск в следующих местах:
file:/Users/hyd/tools/adt-bundle-mac-x86_64-20140702/sdk/extras/m2repository/null/unspecified/null/unspecified-null.pom file:/Users/hyd/tools/adt-bundle-mac-x86_64-20140702/sdk/extras/m2repository/null/unspecified/null/unspecified-null.jar file:/Users/hyd/tools/adt-bundle-mac-x86_64-20140702/sdk/extras/google/m2repository/null/unspecified/null/unspecified-null.pom file:/Users/hyd/tools/adt-bundle-mac-x86_64-20140702/sdk/extras/google/m2repository/null/unspecified/null/unspecified-null.jar file:/Users/hyd/tools/adt-bundle-mac-x86_64-20140702/sdk/extras/android/m2repository/null/unspecified/null/unspecified-null.pom file:/Users/hyd/tools/adt-bundle-mac-x86_64-20140702/sdk/extras/android/m2repository/null/unspecified/null/unspecified-null.jar https://dl.google.com/dl/android/maven2/null/unspecified/null/unspecified-null.pom https://dl.google.com/dl/android/maven2/null/unspecified/null/unspecified-null.jar https://jcenter.bintray.com/null/unspecified/null/unspecified-null.pom https://jcenter.bintray.com/null/unspecified/null/unspecified-null.jar
Требуется: проект: приложение> com.yundong.zmui: zmui: 0.0.2
используется командаj : версия Gradle: https://services.gradle.org/distributions/gradle-4.6-all.zip
команда сборки: сборка gradlew
команда загрузки в JCenter: чистая сборка gradlew bintrayUpload -PbintrayUser = -PbintrayKey = ключ -PdryRun = false
Как это решить!