简体   繁体   English

Android Studio。 错误:(24、24)无法解决

[英]Android Studio. Error: (24, 24) failed to resolve

I am taking Coursera Programming Mobile Applications for Android handheld systems course and when I try to run labs I get the error: 我正在上Coursera编程用于Android手持式系统的移动应用程序课程,当我尝试运行实验室时出现错误:

(24, 24): failed to resolve: com.jayway.android.robotium:robotium-solo:5.3.1 (24、24):无法解决:com.jayway.android.robotium:robotium-solo:5.3.1

My system is using a Proxi , but I adjust AS so updates and component are available. 我的系统使用的是Proxi ,但是我调整了AS,因此可以使用更新和组件。 What should I do to resolve this error? 我应该怎么做才能解决这个错误?

To be able to use a lib project you need to include it in your application's settings.gradle add: 要使用lib项目,您需要将其包含在应用程序的settings.gradle中:

include '..:ExpandableButtonMenu:library'
compile project(':..:ExpandableButtonMenu:library') 

Good link visit "how to build an android library with android studio and gradle 良好的链接访问“如何使用android studio和gradle构建android库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误24 13 android studio faild解决 - error 24 13 android studio faild to resolve 错误:(24,11)无法解决:com.android.support:appcompat-v7:8.0.+ - Error:(24, 11) Failed to resolve: com.android.support:appcompat-v7:8.0.+ 错误:(24,13)无法解决:com.android.support:appcompat-v7:20 - Error:(24, 13) Failed to resolve: com.android.support:appcompat-v7:20 无法解决:com.android.support:appcompat-v7:25.+错误(24,13) - Failed to resolve: com.android.support:appcompat-v7:25.+ Error (24, 13) android studio 错误:无法找到带有哈希字符串“android-24”的目标 - android studio error: Failed to find target with hash string 'android-24' Gradle无法解决Android Studio中的依赖关系。 那是我的错误 - Gradle fails to resolve dependencies in Android Studio. That Is My Error 我在 Android Studio 中遇到错误。 Gradle 项目同步失败 - I got an error in Android Studio. Gradle Project sync Failed TextInputLayout:RuntimeException - 无法解析索引24处的属性 - TextInputLayout: RuntimeException - Failed to resolve attribute at index 24 错误:无法在以下位置找到带有哈希字符串'android-24'的目标: - Error:Failed to find target with hash string 'android-24' in: 在Android Studio中构建proguard。 得到错误 - proguard build in Android Studio. Getting error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM