我将android与unity集成在一起。 我无法运行统一课程 我收到了这个错误,
Failed to initialize! Your hardware does not support this application, sorry!
我遇到以下问题。
protected UnityPlayer mUnityPlayer;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getWindow().setFormat(PixelFormat.RGBX_8888);
mUnityPlayer = new UnityPlayer(this);
setContentView(mUnityPlayer);
}
我在行setContentView上有错误..
我该如何解决这个问题? 请帮我解决这个问题.. 项目中没有realm文件