我創建一個新的對象Systems.Diagnostics:在InvalidOperationException
例外的System.Diagnostics.Process
System.Diagnostics.Process androidProcess= new System.Diagnostics.Process();
但我的代碼的結果,我不明白爲什麼。
BasePriority = 'androidProcess.BasePriority' threw an exception of type 'System.InvalidOperationException'
ExitCode = 'androidProcess.ExitCode' threw an exception of type 'System.InvalidOperationException'
ExitTime = 'androidProcess.ExitTime' threw an exception of type 'System.InvalidOperationException'
爲什麼我的代碼會產生這些異常?
在此先感謝。
顯示你的代碼。你什麼時候得到這些例外? – Cheeso 2011-05-09 11:11:25
科迪是對的。還要避免在Windows上運行Android程序,錯誤的操作系統。 – 2011-05-09 12:50:34