我有个问题。当我运行我的应用程序时(除Android 4.1.1外,所有 android 操作系统都没有错误):
SurfaceView(Renderview)看不到。当我按睡眠按钮 2 到 3 次然后我可以看到它。我没有修复错误的解决方案。
mRenderView = new RenderView(this);
mGridLayer = new GridLayer(this,
(int) (96.0f * App.PIXEL_DENSITY),
(int) (72.0f * App.PIXEL_DENSITY),
new GridLayoutInterface(4),
mRenderView
);
mRenderView.setRootLayer(mGridLayer);
relativeLayout = (RelativeLayout)findViewById(R.id.reContentMain);
relativeLayout.addView(mRenderView);
setContentView(R.layout.main);
对于这个问题,我没有任何解决方案。我希望大家帮助我。