我想我使用用於遊戲線程循環這個代碼是巧妙,而不是通常的while(running)循環: @Override
public void run() {
Log.d(TAG, "+ run()");
final long [] old = new long [] { System.currentTimeMillis() };
Log.w(TAG,"Star
我已經看到關於同一主題的問題,但無法弄清楚如何解決這個問題。在我的遊戲中,我使用兩個線程Logic線程和UI線程。這是我遇到的問題 System.InvalidOperationException: Object is currently in use elsewhere.
at System.Drawing.Graphics.FromImage(Image image)
at