1***@qq.com
1***@qq.com
  • 发布:2017-01-17 16:19
  • 更新:2017-01-17 16:19
  • 阅读:1832

FrameLayout f = (FrameLayout)findViewById(R.id.FrameLayout1)报错,不知道如何指定布局

分类:5+ SDK

if (mEntryProxy == null) {
FrameLayout f = (FrameLayout)findViewById(R.id.FrameLayout1);
// 创建5 内核运行事件监听
WebviewModeListener wm = new WebviewModeListener(this, f);
// 初始化5 内核
mEntryProxy = EntryProxy.init(this, wm);
// 启动5 内核
mEntryProxy.onCreate(this, savedInstanceState, SDK.IntegratedMode.WEBVIEW, null);
setContentView(R.layout.main);
}

Caused by: java.lang.NullPointerException
报错提示空指针
为什么不可以指定布局,不是可以用findViewById吗?

2017-01-17 16:19 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复