我的ActivityGroup

来源:互联网 发布:卡片式电脑windows 编辑:程序博客网 时间:2024/06/14 21:36

在onCreate里调用下面方法:

mContainLinear.addView(window.getDecorView());会报出:AndroidRuntime(6321): Caused by: java.lang.IllegalStateException: Activities can't be added until the containing group has been created.
不能在onCreate()里调用此方法。