自定义View编译失败。Binary XML file line #255: Error inflating
02-28 15:17:16.281: DEBUG/AndroidRuntime(391): Shutting down VM
02-28 15:17:16.281: WARN/dalvikvm(391): threadid=1: thread exiting with uncaught exception (group=0x4001d800)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): FATAL EXCEPTION: main
02-28 15:17:16.372: ERROR/AndroidRuntime(391): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.min.musicdemo/com.min.musicdemo.MusicDemo}: android.view.InflateException: Binary XML file line #255: Error inflating class com.min.musicdemo.lyric.LyricView
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2663)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.ActivityThread.access$2300(ActivityThread.java:125)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2033)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.os.Handler.dispatchMessage(Handler.java:99)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.os.Looper.loop(Looper.java:123)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.ActivityThread.main(ActivityThread.java:4627)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at java.lang.reflect.Method.invokeNative(Native Method)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at java.lang.reflect.Method.invoke(Method.java:521)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at dalvik.system.NativeStart.main(Native Method)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): Caused by: android.view.InflateException: Binary XML file line #255: Error inflating class com.min.musicdemo.lyric.LyricView
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.createView(LayoutInflater.java:513)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.createViewFromTag(LayoutInflater.java:565)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.rInflate(LayoutInflater.java:618)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.rInflate(LayoutInflater.java:621)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.inflate(LayoutInflater.java:407)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.inflate(LayoutInflater.java:320)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.inflate(LayoutInflater.java:276)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at com.android.internal.policy.impl.PhoneWindow.setContentView(PhoneWindow.java:198)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.Activity.setContentView(Activity.java:1647)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at com.min.musicdemo.MusicDemo.onCreate(MusicDemo.java:255)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2627)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): ... 11 more
02-28 15:17:16.372: ERROR/AndroidRuntime(391): Caused by: java.lang.reflect.InvocationTargetException
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at com.min.musicdemo.lyric.LyricView.<init>(LyricView.java:39)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at java.lang.reflect.Constructor.constructNative(Native Method)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at java.lang.reflect.Constructor.newInstance(Constructor.java:446)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): at android.view.LayoutInflater.createView(LayoutInflater.java:500)
02-28 15:17:16.372: ERROR/AndroidRuntime(391): ... 23 more
02-28 15:17:16.372: ERROR/AndroidRuntime(391): Caused by: java.lang.NullPointerException
02-28 15:17:16.372: ERROR/AndroidRuntime(391): ... 27 more
02-28 15:17:16.421: WARN/ActivityManager(60): Force finishing activity com.min.musicdemo/.MusicDemo
02-28 15:17:16.942: WARN/ActivityManager(60): Activity pause timeout for HistoryRecord{44035078 com.min.musicdemo/.MusicDemo}
02-28 15:17:27.986: WARN/ActivityManager(60): Activity destroy timeout for HistoryRecord{44035078 com.min.musicdemo/.MusicDemo}
02-28 15:21:17.266: DEBUG/SntpClient(60): request time failed: java.net.SocketException: Address family not supported by protocol
xml中使用
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<!-- VIEW3 ********* lyric area -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/llLyric"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:visibility="gone"
android:layout_weight="1"
>
<TextView
android:id="@+id/tvLyricTitle"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingLeft="4dip"
android:text="动感歌词"
android:textColor="#0000FF"
android:layout_gravity="center_horizontal"
android:gravity="center"
/>
<com.min.musicdemo.lyric.LyricView
android:id="@+id/lyricView"
android:layout_width="fill_parent"
android:layout_height="200dip"
/>
</LinearLayout>
|
类定义
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
public class LyricView extends View {
private static final String TAG = "LyricView";
private Paint paint;
private Rect rect; // 歌词显示区域
private List<Sentence> list = null; // 歌词list
private String text = "Lyric is loading..."; // 单行歌词
private long currentTime = 0; // 正在演唱的时间
private int color = 0xFF0000FF; // 歌词颜色
public LyricView(Context context) {
super(context);
// 生成paint
paint = new Paint();
rect.left = this.getLeft();
rect.top = this.getTop();
rect.right = this.getRight();
rect.bottom = this.getBottom();
}
public LyricView(Context context, AttributeSet attrs) {// 构造方法;根据需要实现继承自View的方法
super(context, attrs);
// 生成paint
paint = new Paint();
rect.left = 10;
rect.top = 50;
rect.right = 10;
rect.bottom = 50;
//对于我们自定义的类中,我们需要使用一个名为obtainStyledAttributes的方法来获取我们的定义。
//得到自定义控件的属性值。
}
靠,原来是在构造函数中忘了创建rect对象
|
自定义View编译失败。Binary XML file line #255: Error inflating的更多相关文章
- bug_ _ android.view.InflateException: Binary XML file line #2: Error inflating class <unknown
========= 5.0 android异常“android.view.InflateException: Binary XML file line # : Error inflating ...
- "android.uid.systemandroid.view.InflateException: Binary XML file line #7: Error inflating class android.webkit.WebView
在android源码中编译app通过,运行时出现错误: "android.uid.systemandroid.view.InflateException: Binary XML file l ...
- 异常 ndroid.view.InflateException: Binary XML file line #8: Error inflating class com.ouyang.test.MyView
发现自定义view时出现ndroid.view.InflateException: Binary XML file line #8: Error inflating class com.ouyang. ...
- 错误:android.view.InflateException: Binary XML file line #167: Binary XML file line #167: Error inflating class <unknown>
1:错误日志 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.8.activity.RecordActiv ...
- 错误解决:android.view.InflateException: Binary XML file line #11: Error inflating class com.tony.timepicker.TimePicker
今天在做项目开发时遇到这么一个错误,完整的错误提示信息如下: java.lang.RuntimeException: Unable to start activity ComponentInfo{co ...
- Android项目部署时,发生AndroidRuntime:android.view.InflateException: Binary XML file line #168: Error inflating class错误
这个错误也是让我纠结了一天,当时写的项目在安卓虚拟机上运行都很正常,于是当我部署到安卓手机上时,点击登陆按钮跳转到用户主界面的时候直接结束运行返回登陆界面. 当时,我仔细检查了一下自己的代码,并 ...
- bug_ _图片_android.view.InflateException: Binary XML file line #1: Error inflating class <unknown>
=========== 1 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.zgan.communit ...
- java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ex.activity/com.ex.activity.LoginActivity}: android.view.InflateException: Binary XML file line #1: Error inflating class
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ex.activity/com.ex.activity.L ...
- Caused by: android.view.InflateException: Binary XML file line #12: Error inflating class android.support.design.widget.TabLayout,TableLayout引起页面崩溃
在使用TableLayout的时候,运行引用程序直接Crash. FATAL EXCEPTION: main Process: com.edaixi.activity, PID: 9703 java. ...
随机推荐
- Javascript中的attribute和property分析
attribute和property这两个单词,都有属性的意思,attribute有属性.特质的意思,property则有性质,性能的意思. 首先需要明确的是,在规范中,读取和设置attribute的 ...
- codeforces 652E . Pursuit For Artifacts 强连通分量
题目链接 题目大意: 给一个图, n个点m条边, 某些边上面有权值. 一条边只能走一次, 给两个点s, t. 问你, 从s到t能否经过有权值的边. 首先肯定要缩点, 然后看同一个连通分量里面的边, 是 ...
- ENVISAT卫星及ASAR数据介绍
摘要: ENVISAT卫星是欧空局的对地观测卫星系列之一,于2002年3月1日发射升空.该卫星是欧洲迄今建造的最大的环境卫星.星上载有10种探测设备,其中4种是ER S-1/2所载设备的改进型,所载最 ...
- Oracle_系统和对象权限管理
授予系统权限: GRANT { system_privilege | role } [,{ system_privilege | role }]... ... TO {user | role | PU ...
- saiku中过滤窗口优化及隐藏异常报错
问题一:当取消自动查询后,点击该维度应弹出过滤条件窗口,实际无反应,只有执行一次查询后再点击该维度,才能弹出过滤条件窗口 解决办法:打开WorkspaceDropZone.js文件,找到selecti ...
- ubuntu系统安装FTP
Ubuntu安装vsftp软件 1.更新软件源 首先须要更新系统的软件源,便捷工具下载地址:http://help.aliyun.com/manual?spm=0.0.0.0.zJ3dBU&h ...
- 关于Apacheserver的訪问控制
Apache的訪问控制指对不论什么资源的不论什么方式的訪问控制. 一.基于主机或者IP地址的控制 这样的訪问控制基于訪问者的主机名或者IP地址,通过使用 Deny 和 Allow 指令.实现同意或者禁 ...
- 侯老师的话(Application Framework)
摘自http://blog.csdn.net/zlc19876/article/details/5355022 本篇文章主要介绍了"侯老师的话(Application Framework)& ...
- Heritrix个性化设置抓取目标
本文是Heritrix的使用的高级篇,针对对Heritrix已经能够运行的码农朋友们! 我们在抓取网页的时候,网页的链接中往往会包含有js.css.图片.视频等文件,第一次执行抓取任务的时候,许多农民 ...
- T-SQL语句中中括号([])的用法是什么,什么时候该用
加了[]是为了防止歧义,使计算机能识别.有些字段可能是关键字,这时候你直接用字段名就会报错,如果加了[]就可以正常执行了