我在Azure上部署了一臺虛擬機。我已經安裝了Visual Studio 2015,Xamarin和其他移動開發工具。 我在本地計算機上做了相同的設置,以在Visual Studio的設備上測試我的應用程序Xamarin:找不到與指定名稱匹配的資源(AppCompat)
唯一的區別是安裝Android SDK。在我的本地機器上,我沒有圖像系統。
我開發我的虛擬機上的應用程序。編譯期間我沒有錯誤。 我使用Android.Support.Design,Android.Support.V4,Android.Support.V7.AppCompat,Android.Support.V7.RecyclerView(NuGet的最新版本)及其MvvmCross實現。
我想繼續我的本地計算機上的應用程序的開發。 NuGet軟件包已正確恢復。
當我建立的應用程序,我有一些錯誤:
Error Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error Error retrieving parent for item: No resource found that matches the given name 'Base.Widget.AppCompat.Button'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error No resource found that matches the given name: attr 'buttonStyle'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error No resource found that matches the given name: attr 'colorAccent'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error No resource found that matches the given name: attr 'colorPrimary'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error No resource found that matches the given name: attr 'colorPrimaryDark'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error No resource found that matches the given name: attr 'windowActionBar'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error No resource found that matches the given name: attr 'windowNoTitle'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
Error No resource found that matches the given name: attr 'windowNoTitle'. Novatech.Droid D:\Sources\Novatech\Novatech.Droid\Resources\values\styles.xml
我試圖
- 通過改變'Theme.AppCompat.Light.DarkActionBar「@ android:styles/Theme.AppCompat.Light.DarkActionBar'和其他一些(android/styles)
- 改變
target=android-19
到target=android-21
在C:\Program Files (x86)\Android\android-sdk\extras\android\support\v7\appcompat\project.properties
有人能向我解釋什麼問題?我掉了。相同的操作系統,相同的工具,相同的SDK,相同的JDK,
請清理和重建項目, –