0

我有一个奇怪的情况,我对我的 android 代码所做的更改没有在运行时反映。就像我的手机和模拟器都卡在运行以前的版本一样。我已经尝试删除并重新导入项目,从手机和模拟器中删除应用程序,但我无法修复它。任何想法都让我发疯。

 [2013-02-23 14:52:58 - EchoFriendly] Android Launch!
 [2013-02-23 14:52:58 - EchoFriendly] adb is running normally.
 [2013-02-23 14:52:58 - EchoFriendly] Performing com.example.echofriendly.LogIn activity launch
 [2013-02-23 14:52:58 - EchoFriendly] Automatic Target Mode: Preferred AVD 'c' is available     on       emulator 'emulator-5554'
 [2013-02-23 14:52:59 - EchoFriendly] Application already deployed. No need to reinstall.
 [2013-02-23 14:52:59 - EchoFriendly] Starting activity com.example.echofriendly.LogIn on device emulator-5554
 [2013-02-23 14:53:00 - EchoFriendly] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.echofriendly/.LogIn }

可能与应用已经部署,不需要重新安装的说法有关。然而,这直到今天才发生。不确定发生了什么变化。

4

1 回答 1

3

我已经通过 Uninstalling my app from the settings->application->manageapps from the emulator 解决了这个问题。然后将其重新编译到同一个模拟器中

于 2013-02-23T20:18:47.447 回答