我正在使用adt包为Android开发。当我将应用程序部署到设备时,我遇到了分段错误:
[2013-01-18 23:24:24 - test2] Android Launch!
[2013-01-18 23:24:24 - test2] adb is running normally.
[2013-01-18 23:24:24 - test2] Performing com.example.test2.MainActivity activity launch
[2013-01-18 23:24:29 - test2] Uploading test2.apk onto device '99000083935364'
[2013-01-18 23:24:30 - test2] Installing test2.apk...
[2013-01-18 23:24:31 - test2] Success!
[2013-01-18 23:24:31 - test2] Starting activity com.example.test2.MainActivity on device 99000083935364
[2013-01-18 23:24:33 - test2] ActivityManager: Segmentation fault
我可以将apk移动到SD卡并安装得很好,但不会直接从eclipse部署。
我已尝试更新所有内容,似乎无法调试应用。导致此分段错误的原因是什么?
答案 0 :(得分:0)
我也有这个问题 确保您的sdk和adt是最新版本 如果问题仍然存在,那么由于安装了rom。
这可以通过擦除所有数据并放回库存来解决。
答案 1 :(得分:0)
你可以试试这个。它帮助我避免了类似的错误。特别是,我的问题源于我在Manifest
中省略了第二个字符串 android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation">