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.
该文章对您有帮助吗?