運行Android應用程序,我有多個問題要問。我盡力找到解決方案,但仍然感到困惑。我能不能在AVD
1)我能不能在AVD運行Android應用程序。每當我點擊運行Android應用程序。它只創建多個avd但沒有avd正在運行我的應用程序。我找不到任何logcat消息。在控制檯中顯示這些錯誤。
[2014-04-17 09:12:42 - MyFirstApp] Android Launch!
[2014-04-17 09:12:42 - MyFirstApp] adb is running normally.
[2014-04-17 09:12:42 - MyFirstApp] Performing com.example.myfirstapp.MainActivity activity launch
[2014-04-17 09:12:42 - MyFirstApp] Automatic Target Mode: launching new emulator with compatible AVD 'MotoG'
[2014-04-17 09:12:42 - MyFirstApp] Launching a new emulator with Virtual Device 'MotoG'
[2014-04-17 09:13:47 - Emulator] WARNING: Data partition already in use. Changes will not persist!
[2014-04-17 09:13:47 - Emulator] WARNING: SD Card image already in use: C:\Users\Sanjay M\.android\avd\MotoG.avd/sdcard.img
[2014-04-17 09:13:47 - Emulator] WARNING: Cache partition already in use. Changes will not persist!
[2014-04-17 09:13:47 - Emulator] emulator: emulator window was out of view and was recentere
[2014-04-17 09:13:47 - Emulator]
2)有時appcompat_v7
沒有與項目一起創建。這是正常的嗎?
3)當我試圖創建一個主流活動的說:「這個模板至少需要11的最低SDK版本,而當前版本最小爲8」 - 如何更新SDK版本。
非常感謝。
與其問一兩個問題,你會過得更好,詢問兩個單獨的問題。通過這種方式,您可以針對每個問題獲得最佳解決方案。 – ChuongPham