我在Eclipse中安装了Google Services v2,并在应用程序中创建了一个简单的主要活动。我按照http://developer.android.com/tools/device.html中的所有说明操作,没有错误。
但是当我运行应用程序时,我在控制台中可视化了以下内容:
Android Launch!
adb is running normally.
Performing es.mapas.Principal activity launch
Application already deployed. No need to reinstall.
Starting activity es.mapas.Principal on device LGOTMS1a1ca6c
ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=es.mapas/.Principal }
所以这意味着Eclipse认出了我的LG手机。但是,当我点击Android Virtual Manager图标时,我只看到了我构建的虚拟设备,但有关我的手机的任何信息。 Eclipse检测到我的手机了吗?
在运行我的手机应用程序后,我没有看到地图。
感谢。