新手上路,还希望大神多多照顾,刚自学android,遇到很多困难.其中就有这个问题,不知道你们遇到过没有,反正我是很头痛. No resource found that matches the given name (at 'src' with value '@drawable/img1'). android:src="@drawable/img1",明明就是这样写的,但是就是不对,一直提示是R文件丢失,很是郁闷,clean代码也是不行,最后在网上终于找到为什么错误了,感觉太坑了. 本…
Android - 错误:"No resource found that matches the given name android:Theme.Material" 本文地址: http://blog.csdn.net/caroline_wendy 错误: "No resource found that matches the given name 'android:Theme.Material.Light.DarkActionBar'" 原因是: build.g…
创建Android项目时出错,error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'. 问题描述: 创建一个Android应用项目时,需指定其适用的SDK版本,默认如下图: 最低适用版本为:API 8: Android 2.2 (Froyo) 目标版本为:API 21: Android 4.X (L Preview) 编译版本为:A…
关于为何出现No resource found that matches the given name ‘Theme.AppCompat.Light’的原因 这边博客已经写的很清楚了 大家可以参考一下 http://www.jianshu.com/p/6ad7864e005e 在解决该异常时遇到了一些问题在这里补充一下 1.eclipse的SDK manager没有android support library  网上给出的解决方案都是利用更换镜像源来解决的,可是现在baidu能找到的镜像中都不…
1.当我new class的时候,提示以下错误: Unable to parse template "Class" Error message: This template did not produce a Java class or an interface Error parsing file template: Unable to find resource 'Package Header.j 解决方法: 经过一番的查询调试发现了原因:原因是没有模版了,不能自动生成 在clas…
这是由于项目的android的版本没有设置好,解决方法如下: 1,clean项目 选择[project]-[clean] 选中需要进行clean的项目,点击[ok] 2,重新build 选择[project]-[build] 3,选择library 右键项目[proprieties]-[android],在library的位置选择[add] 选择,然后[ok],重新选择属性的时候会出现下图所示: 选择project build target,点击[ok],然后再进行build则错误没有了.…
有一次升级android开发工具后发现xml脚本出现错误“Unexpected namespace prefix "xmlns" found for tag LinearLayout”,原来是一个namespace声明只要在xml中出现一次就可以了,多次出现就报错 解决办法: 只保留第一个声明,后面的直接删除就OK了.…
在andorid进行调试的过程中,出现下面的错误: 解决方法: 修改一下应用程序描述符: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.helloword" android:installLocation="auto" android:versionCode="1" android:ver…
08-01 11:09:39.791: E/AndroidRuntime(13678): FATAL EXCEPTION: main 08-01 11:09:39.791: E/AndroidRuntime(13678): java.lang.NoClassDefFoundError: org.androidpn.client.PersistentConnectionListener   出现上述调试信息,并且真机上出现错误.   原因:代码依赖于其他库,要在具体project上右键属性,在ja…
The container 'Android Dependencies' references non existing library…