2016-08-08 225 views
1

我在android studio中啓動了一個android項目。目標和編譯SDK版本默認設置爲24。我想降低目標和編譯SDK版本號至21號,當我改變了它的build.gradle(APP)以21和同步的項目,它顯示了以下錯誤:更新SDK版本

Error:(4) Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'. 
    Information:BUILD FAILED 
C:\Users\panwa\Desktop\1989\Tasks\app\build\intermediates\res\merged\debug\values-v23\values-v23.xml 
Error:(34) 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\panwa\AppData\Local\Android\Sdk\build-tools\21.1.2\aapt.exe'' finished with non-zero exit value 1 

如何改變它,沒有錯誤發生,其次,有沒有什麼辦法,我們從項目的開始設置目標sdk版本爲21,因爲默認情況下它將它們設置爲24.

+0

刪除值-V23,因爲你的頂配版爲21和其他工作人員在使用版本高於21 –

+0

也許你應該改變依賴版本21。*。* –

回答

相關問題