我在Google Maps Android API v2中使用MapFragment。它工作正常。MapView在Google Maps中顯示爲空Android API v2
但是,當我使用MapView。它顯示空白。我不知道發生了什麼。
MyActivity
package com.example.MapView;
import android.app.Activity;
import android.os.Bundle;
public class MyActivity extends Activity {
/**
* Called when the activity is first created.
*/
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
}
}
發佈您的佈局/ main.xml和AndroidManifest.xml – vtuhtan 2013-02-28 14:50:30
你弄明白了嗎?有同樣的問題 – Snake 2014-11-16 20:46:12