1
if (savedInstanceState != null)                 
    mHandler = new EventHandler(Main.this, mFileMag, savedInstanceState.getString("location"));

else
    mHandler = new EventHandler(Main.this, mFileMag);   

错误是

无法实例化类型 EventHandler

我该如何解决这个错误?

4

0 回答 0