2011-08-06 83 views
1

我的问题是我想要的布局添加到一个ViewGroup下面我的代码是这样的:将布局添加到Viewgroup。

View Dyn = (View) findViewById(R.id.lca1); 

ViewGroup Layout1 = (ViewGroup) findViewById(R.id.l1); 

View inflatedView = View.inflate(this, R.id.lcar1, null); 
Layout1.addView(inflatedView); 

我的logcat:

08-05 19:01:02.019:ERROR/AndroidRuntime(26934):致命例外:main 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):java.lang.RuntimeException:无法启动活动ComponentInfo {com.test/com.test.ViewFlipperExample}: android.content.res.Resources $ NotFoundException:资源ID#0x7f05002a类型#0x12无效 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.app .ActivityThread.performLaunchActivity(ActivityThread.java:2663) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2679) 08-05 19:01 :02.019:ERROR/AndroidRuntime(26934):at android.app.ActivityThread.access $ 2300(ActivityThread.java:125) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.app.ActivityThread $ H.handleMessage(ActivityThread.java:2033) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):在android.os.Handler.dispatchMessage(Handler.java:99) 08-05 19:01: 02.019:ERROR/AndroidRuntime(26934):at android.os.Looper.loop(Looper.java:123) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.app.ActivityThread.main( ActivityThread.java:4627) 08-05 19:01:02.019:ERROR/AndroidRunt ime(26934):at java.lang.reflect.Method.invokeNative(Native Method) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at java.lang.reflect.Method.invoke(Method.java :521) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at com.android.internal.os.ZygoteInit $ MethodAndArgsCaller.run(ZygoteInit.java:871) 08-05 19:01:02.019 :ERROR/AndroidRuntime(26934):在com.android.internal.os.ZygoteInit.main(ZygoteInit.java:629) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):在dalvik.system.NativeStart 。主要(本机方法) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):android.content.res.Resources $ NotFoundException:致资源ID#0x7f05002a类型#0×12无效 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.content.res.Resources.loadXmlResourceParser(Resources.java:1874) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):在android.content.res.Resources.getLayout(Resources.java:731) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934) :at android.view.LayoutInflater.inflate(LayoutInflater.java:318) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.view.LayoutInflater.inflate(LayoutInflater.java:276) 08 -05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.view.View.inflate(View.java:8667) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at com。 test.ViewFlipperExample.onCreate(ViewFlipperExample.java:66) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 08-05 19: 01:02.019:错误/ AndroidRuntime(26934):at android.app.ActivityThread.performLaunchActivity (ActivityThread.java:2627) 08-05 19:01:02.019:ERROR/AndroidRuntime(26934):...... 11多个

任何帮助,这将有助于。 谢谢!!!!!!!

回答

2

查看inflatedView = View.inflate(this,R.id.lcar1,null);是错误的
你应该从res /布局文件夹(例如R.layout.lcar1或其他任何)充气布局