2013-09-26 130 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

相關問題