2013-09-26 131 views
1

我已经在我的模拟器上运行这个应用程序这个应用程序在各种场合,但令人惊叹的是它只是停止安装现在。当我运行时,我没有看到仿真器上安装的应用程序。控制台消息如下:我的Android应用程序没有在我的模拟器上安装

[2013-09-26 12:03:58 -JackHealthCare] ------------------------------ 
[2013-09-26 12:03:58 - JackHealthCare] Android Launch! 
[2013-09-26 12:03:58 - JackHealthCare] adb is running normally. 
[2013-09-26 12:03:58 - JackHealthCare] Performing com.example.jackhealthcare.SplashActivity activity launch 
[2013-09-26 12:03:59 - JackHealthCare] Failed to find an AVD compatible with target 'Google APIs'. 
[2013-09-26 12:05:05 - JackHealthCare] Performing com.example.jackhealthcare.SplashActivity activity launch 
[2013-09-26 12:05:08 - JackHealthCare] Launching a new emulator with Virtual Device 'GingerbreadApi' 
[2013-09-26 12:05:28 - JackHealthCare] New emulator found: emulator-5554 
[2013-09-26 12:05:28 - JackHealthCare] Waiting for HOME ('android.process.acore') to be launched... 
[2013-09-26 12:06:48 - JackHealthCare] emulator-5554 disconnected! Cancelling 'com.example.jackealthcare.SplashActivity activity launch'! 
[2013-09-26 12:15:02 - JackHealthCare] ------------------------------ 
[2013-09-26 12:15:02 - JackHealthCare] Android Launch! 
[2013-09-26 12:15:02 - JackHealthCare] adb is running normally. 
[2013-09-26 12:15:02 - JackHealthCare] Performing com.example.jackhealthcare.SplashActivity activity launch 
[2013-09-26 12:15:03 - JackHealthCare] Failed to find an AVD compatible with target 'Google APIs'. 
[2013-09-26 12:16:38 - JackHealthCare] Performing com.example.jackhealthcare.SplashActivity activity launch 
[2013-09-26 12:16:42 - JackHealthCare] Launching a new emulator with Virtual Device 'GingerbreadApi' 
[2013-09-26 12:16:49 - JackHealthCare] New emulator found: emulator-5554 
[2013-09-26 12:16:49 - JackHealthCare] Waiting for HOME ('android.process.acore') to be launched... 
[2013-09-26 12:18:05 - JackHealthCare] emulator-5554 disconnected! Cancelling 'com.example.jackhealthcare.SplashActivity activity launch'! 

回答

1
[2013-09-26 12:15:03 - RhemaHealthCare] Failed to find an AVD compatible with target 'Google APIs'. 

创建一个新的Android虚拟设备,选择目标为谷歌API - API级x。

3

您必须在您的应用程序中使用Google API。

Failed to find an AVD compatible with target 'Google APIs'.

你需要创建一个安装谷歌API的一个AVD。

参见: https://developers.google.com/android/add-ons/google-apis/installing

+1

Thans很多我已经解决了这个问题。我使用的模拟器添加了Google API,但它停滞不前。我只是删除了旧的,然后重新创建了它。问题解决了。感谢您的答复。 – user2754532

1

您已经安装了您的应用程序上AVD但没有谷歌API

你应该运行你的应用程序创建谷歌API的AVD ..

注意:当你运行你整合地图应用程序,然后使用谷歌API AVD

相关问题