Android 错误 :Failed to find: com. android.support :design:21. 0.3

标签 android android-intent android-activity

当我同步我的 android 项目时,出现以下错误

Error:Failed to find: com.android.support:design:21.0.3
Error: Open File

我不知道我必须在 Android SDK 管理器中更新哪个库 bcz Android 支持库 21.0.3 已安装,但仍然会出现错误。

最佳答案

您需要通过 SDK 管理器获取 Android 支持存储库。

关于Android 错误 :Failed to find: com. android.support :design:21. 0.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34095782/

相关文章:

android - CountDownTimer 递归

android - 使用 monkeyrunner 进行自动化测试并检查结果

android - 确定 Android 通知的 addAction 点击

android - 在 WhatsApp 上共享数据无法在 android 11 上运行

android - 如何定义调用其他应用程序的 Intent?

android - 通过 Intent 传递的 int 值在新 Activity 上返回 0

android - R.string.value 帮助android通知

Android 登录 - 帐户验证器与手动验证

android - 无法将本地 html 文件加载到 Android 应用程序中的默认设备浏览器

java - 将单选按钮和复选框值传递给另一个 Activity