在Eclipse中运行ApiDemos的问题

Tho*_*mas 4 android

我使用File/New/Project/Android Project/Create Project Existing Samples从android-sdk文件夹导入ApiDemos.当我试图运行其中任何一个时,我收到此错误:

[2011-06-09 10:03:34 - ApiDemos]由于应用程序签名不同,重新安装失败.[2011-06-09 10:03:34 - ApiDemos]您必须执行应用程序的完全卸载.警告:这将删除应用程序数据![2011-06-09 10:03:34 - ApiDemos]请在shell中执行'adb uninstall com.example.android.apis'.

我该怎么办?谢谢 !

小智 5

从模拟器中删除现有版本的Api演示.转到设置 - >应用程序 - >管理应用程序单击Api演示并卸载它.

然后重新运行Api演示.

希望这有帮助!!!