Я делаю аннотацию Processor.
implementation "com.github.boybeak:adapter:5.4.5" annotationProcessor "com.github.boybeak:adapter-compiler:5.4.5"
После запуска кода произошла ошибка.
Could not find Adapter:annotation:unspecified. Searched in the following locations: - https://dl.google.com/dl/android/maven2/Adapter/annotation/unspecified/annotation-unspecified.pom - https://dl.google.com/dl/android/maven2/Adapter/annotation/unspecified/annotation-unspecified.jar - https://jcenter.bintray.com/Adapter/annotation/unspecified/annotation-unspecified.pom - https://jcenter.bintray.com/Adapter/annotation/unspecified/annotation-unspecified.jar Required by: project :adapter > com.github.boybeak:adapter-compiler:5.4.5
Странно, почему андроид студия запрашивает аннотации к этим URL-адресам, и она не может загрузить ни одну из них, потому что URL-адреса не существуют.
Я использую com.github.dcendents:android-maven-gradle-plugin в своем проекте annotationProcessor. Эта проблема появляется после того, как я обновляю android-maven-gradle-plugin до версии 2.0, но если я не обновляю плагин, появляется другая ошибка «javapoet.TypedName not found».
com.github.dcendents:android-maven-gradle-plugin