Cannot find alicloud-android-feedback.aar

更新时间:
复制 MD 格式

Problem description

After you import the software development kit (SDK), the error Error:Failed to resolve: :alicloud-android-feedback-3.1.0 is reported.

Solution

You can check if it has been added.

repositories {
    flatDir {
        dirs 'libs'
    }
}

If the problem persists, use Maven dependencies. For more information, see Quick integration with the Maven repository.