2013-10-23 60 views
0

我試圖對Android的模擬器部署,樣品Maven項目「helloflashlight」(https://code.google.com/p/maven-android-plugin/wiki/Samples) 我的Maven構建成功和MVN機器人完成:下面留言部署打印:的Nexus模擬器的屏幕犯規顯示MVN安卓部署結果

[INFO] --- android-maven-plugin:3.7.0:deploy (default-cli) @ helloflashlight --- 
[INFO] Waiting for initial device list from the Android Debug Bridge 
[INFO] Found 1 devices connected with the Android Debug Bridge 
[INFO] android.device parameter not set, using all attached devices 
[INFO] Emulator emulator-5554_First-Nexus_unknown_sdk found. 
[INFO] emulator-5554_First-Nexus_unknown_sdk : Successfully installed C:\git\samples\helloflashlight\target\helloflashlight.apk to emulator-5554_First-Nexus_u 
nknown_sdk 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD SUCCESS 

看着HelloFlashlight(main-activity)類,我應該可以在屏幕上看到多個按鈕(比如greenButton,redButton),點擊後可以更改背景顏色。 但是,我沒有看到nexus仿真器屏幕上的任何更改。它仍然顯示充電50%(附圖)。任何可能有錯誤的線索?

enter image description here

+0

應用程序應該做什麼? – hichris123

+0

它應該顯示不同顏色的按鈕,當點擊時改變顏色。它是標準示例應用程序:https://code.google.com/p/maven-android-plugin/wiki/Samples –

+0

我的回答對你有幫助嗎? – hichris123

回答

1

這是仿真器的鎖屏。與其他任何Android設備一樣,您可以單擊並將鎖圖標拖到側面以解鎖設備。如果該應用程序當前不在屏幕上,則您將點擊所有應用程序按鈕,並在其中應該有應用程序的名稱,然後點擊它啓動它。