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%(附圖)。任何可能有錯誤的線索?
應用程序應該做什麼? – hichris123
它應該顯示不同顏色的按鈕,當點擊時改變顏色。它是標準示例應用程序:https://code.google.com/p/maven-android-plugin/wiki/Samples –
我的回答對你有幫助嗎? – hichris123