我已经安装了我在eclipse上使用的android sdk。当我运行我的应用程序时,我有以下日志:
[2011-11-02 15:46:43 - HelloAndroid] Android Launch!
[2011-11-02 15:46:43 - HelloAndroid] adb is running normally.
[2011-11-02 15:46:43 - HelloAndroid] Performing com.example.helloandroid.HelloAndroid activity launch
[2011-11-02 15:46:43 - HelloAndroid] Automatic Target Mode: Preferred AVD 'AVD1' is available on emulator 'emulator-5554'
[2011-11-02 15:47:15 - HelloAndroid] Uploading HelloAndroid.apk onto device 'emulator-5554'
[2011-11-02 15:47:15 - HelloAndroid] Installing HelloAndroid.apk...
[2011-11-02 15:49:53 - HelloAndroid] Success!
[2011-11-02 15:49:55 - HelloAndroid] Starting activity com.example.helloandroid.HelloAndroid on device emulator-5554
模拟器在'Andoird'屏幕上冻结。我试过增加ram和cd大小,但结果相同。我也试过创建新的avds,重新启动eclipse但似乎没有任何效果。我怎样才能解决这个问题? 我正在使用以下代码来创建我的第一个应用程序:
public class HelloAndroid extends Activity {
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
TextView tv = new TextView(this);
tv.setText("Hello, Android");
setContentView(tv);
}
}
我正在使用Windows 7。
答案 0 :(得分:0)
现在请编辑您的ADV,其大小与2000Mb相同。
并确保只提供所需条件。
答案 1 :(得分:0)
这可能是由于模拟器自身锁定。 尝试按模拟器上的 F7 (电源按钮)键。