应用程序未在仿真模式下运行但在设备上运行

时间:2014-07-08 13:43:19

标签: android

我使用android预览和android 4.4w来编译和运行我的程序。 我的应用程序在Android设备上正常工作,但它不能在仿真模式下工作..

2 个答案:

答案 0 :(得分:0)

07-08 13:22:39.771: E/AndroidRuntime(1625): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.hello/com.example.hello.Splash}: android.util.AndroidRuntimeException: You cannot combine swipe dismissal and the action bar

这是您的错误,请尝试:android.util.AndroidRuntimeException: You cannot combine swipe dismissal and the action bar

答案 1 :(得分:-1)

我不知道为什么它在android 4.4W中无效...

但是,如果您只想在虚拟设备上看到HELLO _WORLD文本,请创建一个具有以下配置的新虚拟设备:

  

<强> AVD
  AVD名称:AVD_for_2_7in_QVGA
  装置:2.7&#34; QVGA(240x320:ldpi)
  目标:Android4.3-API等级18
  RAM:512
  VM堆:16
  内部存储:200MB左

这就是我在模拟器上测试我的应用所做的。