我无法解决错误 - 无法解析导入retrofit2.converter
我正在使用Eclipse Mars并将以下JAR文件添加为外部JAR'
改型-2.1.0.jar 莫希-1.2.0.jar
它解决了#34; import retrofit2.Retrofit;" ..但无法解决" import retrofit2.converter.moshi.MoshiConverterFactory;"
我没有使用Maven ..但只是添加JAR文件..任何想法?
谢谢,
杰格迪什
答案 0 :(得分:0)
在pom.xml中添加了以下依赖项..帮助解决了问题。
<dependency>
<groupId>com.squareup.retrofit2</groupId>
<artifactId>retrofit</artifactId>
<version>2.1.0</version>
</dependency>