2017-08-01 277 views
0

我是android studio和java的新手。 你能給我一些建議如何解決這些錯誤?我正在使用較舊的android工作室,因爲我遵循的教程,這傢伙有這個版本,以便保持它儘可能簡單,我試圖保持在相同的版本(1.0.0)Android Studio - 無法在虛擬設備上運行應用程序

編輯:我無法發佈圖片,因此我只需在此處粘貼錯誤代碼行。

搖籃

Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'. 
Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Colored'. 
Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. 
Error:(1) Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'. 
Error:Execution failed for task ':app:processDebugResources'. 
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command C:\Users\sh4rp_000\AppData\Local\Android\sdk1\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 

我的配置:

編譯SDK版本:API 21:Android的5.0(棒棒堂)
編譯工具版本:21.1.2

虛擬設備

我無法創建虛擬設備,因爲由於提到的錯誤,我無法進入「創建」屏幕。

+0

請閱讀[爲什麼不在上傳圖片的代碼時提問?](https://meta.stackoverflow.com/questions/285551/why-not-to-upload-images-of-code-在問什麼時候問),然後相應地編輯你的問題。 –

+0

你能提供關於虛擬設備的更多細節嗎? – ZeusInTexas

+0

要麼使用Geny Motion Emulator,它可以正常工作並且不需要麻煩或者升級Android Studio,因爲問題可能會在更新的版本中得到解決。如果您遵循舊的教程,這不是一個大問題。你的代碼會正常工作,直到你使用相同的android SDK和API的 – Pheonix

回答

0

更新Android工作室解決了這個問題,並沒有提出任何錯誤,而遵循老版本的android studio的教程。

感謝您的幫助。

相關問題