且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

错误“在路径:DexPathList上找不到类"

更新时间:2022-06-15 19:53:46

您是否尝试将de.hdodenhof.circleimageview.CircleImageView作为依赖项添加到您的项目中?

Did you try to add de.hdodenhof.circleimageview.CircleImageView to your project as a dependency?

在Android Studio中:

In Android Studio:

dependencies {
    ...
    compile 'de.hdodenhof:circleimageview:1.3.0'
}

在Eclipse中: 从GitHub下载 CircleImageView项目,并将其作为库添加到您的项目中.

In Eclipse: Download the CircleImageView project from GitHub and add it to your project as a library.

希望它会有所帮助:)