I had same error...Please Uncheck the offline work in Settings. File => Settings => Build, Execution, Deployment => Build Tools => Gradle => Offline Work After Gradle Sync Finished, Please Restart Idea.…
当我们添加某些依赖库(Okhttp.Retrofit)时, Android studio 会报如下错误: Error:A problem occurred configuring project ':app'.> Could not resolve all dependencies for configuration ':app:_iranDebugCompile'.   > Could not resolve com.facebook.network.connectionclass:conn…
打开 file --> Settings... --> Build,Execution,Deployment下点击 Gradle 在Global Gradle settings 处 取消勾选 Offline work 然后 Apply ,ok.…
If Outlook is left running constantly in Cached Exchange Mode, it updates the Offline Address Book automatically about once a day Outlook clients update the OAB file every 24 hours (it is the running time after last OAB downloading). So, if you want…
1.android studio 导入项目时Error:SSL peer shut down incorrectly 今天导入一个项目到studio,显示在下载一个一个1.1.0-rc4的东西. 过了一会报了这个错,网上搜了下说是 Android SDK Manager下载SDK报错:Download interrupted: SSL peer shut down incorrectly 还需要设置一些文件什么的,看着挺麻烦的 然后我到这里看了下 对照着自己能正常运行的项目改了一下就好了,也可以…
1.什么是Wget? 首页,它是网络命令中最基本的.最好用的命令之一; 文字接口网页浏览器的好工具. 它(GNU Wget)是一个非交互从网上下载的自由工具(功能).它支持http.ftp.https 协议访问地址.同时,可以通过设置代理,从网页中下载内容.它可以在后台独立执行. 2.用途 通过它,我们可以安装环境所依赖的包(tar.gz等),进行编译安装. 例如 wget www.baidu.com wget https://www.baidu.cm wget http://ftp.gnu.o…
This article is available in Serbo-Croatian,  Japanese and German. (Translations in Serbo-Croatian by Jovana Milutinovich, Japanese by @noradaiko and German by Jonas Pencke (@jonaspencke).) Translations in other languages are welcome! How awesome wou…
原文  http://www.cnphp6.com/archives/59264 主题 Gradle Android Studio Android 随着android 5.0 的发布,android 开发已经进入了一个全新的时代,eclipse开发安卓已经有点不合时宜了,在github上80%的android项目都采用android studio开发,而且android studio的中文教程越来越多,还有什么理由不固守这eclipse 呢. 下面这篇文章对了解android studio 很有…
[Android开发] Android Studio问题以及解决记录   http://blog.csdn.net/niubitianping/article/details/51400721 1.真机运行报错Multi dex requires Build Tools 21.0.0 / Current: 19.1 解决: 在项目 build.gradle 里面把classpath ‘com.android.tools.build:gradle:1.5.0’ 改为1.5.0 或者1.3.0 2.…