插件-androidstudio运行时总是报错

问题描述

androidstudio运行时总是报错

Error:Gradle: A problem occurred configuring root project 'MyApplication'. > Could not resolve all dependencies for configuration ':classpath'. > Cannot resolve external dependency com.android.tools.build:gradle:1.3.0 because no repositories are defined. Required by: :MyApplication:unspecified
不是代码问题,试过重新安装配置jdk和下载插件sdk,通过新生成项目验证运行效果和dos系统下javac的确定没问题;
现在是系统的资源文件build.gradle总是报1.3.0的错,网上下载了一个1.5.0的架包导进去,但是还是不行,请大神指点

解决方案

版本不一致,你下了1.5的就改成1.5的

解决方案二:

好的,我试试看,谢谢

时间: 2024-10-31 04:08:14

插件-androidstudio运行时总是报错的相关文章

java-androidstudio运行时总是报错:求大神指教

问题描述 androidstudio运行时总是报错:求大神指教 报的错:Error:Execution failed for task ':app:dexDebug'. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'C:Program Files (x86)Javajdk1.7.0binjava.exe'' finished

用VS2005运行.NET程序,编译通过,但运行时页面报错:HTTP 500 - 内部服务器错误。查看OUTPUT,显示什么No symbols loaded,大家帮我。

问题描述 用VS2005运行.NET程序,编译通过,但运行时页面报错:HTTP500-内部服务器错误.查看OUTPUT,显示什么Nosymbolsloaded,大家帮我啊.很奇怪,之前都是好的,可以正常运行调试.就上午发生了装了一个登录一个网站的安全认证的东西.叫什么softToken.请教高手们.output里的具体内容如下:'WebDev.WebServer.EXE'(Managed):Loaded'C:WINDOWSassemblyGAC_32mscorlib2.0.0.0__b77a5c

C# 连接access,运行时老是报错,找不到文件bin\debug\信息.mdb

问题描述 usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.OleDb;namespace开发数据库应用程序{publicpartialclassForm1:Form{public

C# 连接access,运行时老师报错,找不到文件bin\debug\信息.mdb

问题描述 usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.OleDb;namespace开发数据库应用程序{publicpartialclassForm1:Form{public

vs 2010 运行时貌似报错

问题描述 出现以下界面是什么情况 解决方案 解决方案二: 解决方案三: 解决方案四:应该是设置调试的时候调试汇编了不知道怎么搞,可以在工具导入导出,重置一下不行就不知道了

android-Android程序在有些手机上可以运行有些手机打开时就报错

问题描述 Android程序在有些手机上可以运行有些手机打开时就报错 有些人说是手机系统版本的问题,我的版本设置为 android:minSdkVersion=""8"" android:targetSdkVersion=""19"" />错误为:03-27 17:42:49.851: D/jdwp(18655): sendBufferedRequest : len=0x3303-27 17:42:50.544: D/d

c-下面的代码数组不是越界了吗??为什么还可以运行而且不报错??

问题描述 下面的代码数组不是越界了吗??为什么还可以运行而且不报错?? dp[j-1]这里当j==0时为什么不报错??#include#include#includeusing namespace std;char str[1010];int dp[1010];bool judge(int xint y) //判断是不是回文串{ while(x <= y) { if(str[x] != str[y]) return false; x++; y--; } return true;}int main

Android Studio 运行时出现的错

问题描述 Android Studio 运行时出现的错 项目运行的时候报这个错误,请问怎么解决? 解决方案 Android Studio运行时出现多个项目Android Studio 运行时出现的错误及解决办法Android Studio,TextView运行时显示中文乱码 解决方案二: 把about_activity.xml贴出来看看............

weblogic部署时fckeditor报错,tomcat下正常

问题描述 weblogic部署时fckeditor报错,tomcat下正常 解决方案 Tomcat部署项目时启动报错总结tomcat 部署项目时的报错(一)实现webservice客户端后在tomcat下运行正常,部署到weblogic报错