Android的工作室。错误:(24 24)未能解决 [英] Android Studio. Error: (24, 24) failed to resolve

查看:197
本文介绍了Android的工作室。错误:(24 24)未能解决的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在证书课程编程为Android手持设备过程中移动应用程序,当我尝试运行的实验室,我得到了错误:

I am taking Coursera Programming Mobile Applications for Android handheld systems course and when I try to run labs I get the error:

(24,24):没能解决:
  com.jayway.android.robotium:robotium独奏:5.3.1

(24, 24): failed to resolve: com.jayway.android.robotium:robotium-solo:5.3.1

我的系统是使用 PROXI ,但我调整如此的更新和组件都可用。我应该怎么做才能解决这个问题?

My system is using a Proxi, but I adjust AS so updates and component are available. What should I do to resolve this error?

推荐答案

要能够使用你需要把它列入你的应用程序添加settings.gradle一个lib项目:

To be able to use a lib project you need to include it in your application's settings.gradle add:

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

<一个href=\"http://stackoverflow.com/questions/16718026/how-to-build-an-android-library-with-android-studio-and-gradle\">Good链接访问如何与And​​roid工作室打造一个Android库和gradle这个

这篇关于Android的工作室。错误:(24 24)未能解决的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆