简体   繁体   中英

Android support library v7 appcompat incomplete

I have just started learning xamarin and visual studio developing an android c# app now i have an error in the main activity class when i try to reference AppCompatActivity it says its not found i tried adding the library on components but its says its incomplete, even tried adding it using nuget but i still get the error. I checked my xamarin folder in c/users/xamarin for files referencing this library but the are no files and i have deleted the one in nuget but i still get the same error.

Apparently the xamarin.android.support libraries were restructured.

I had the same problem but when i add xamarin.android.support.design via nuget package, automatically where added xamarin.android.support.transition and xamarin.android.support.v7.recyclerview whith that the AppCompatActivity class appears.

I hope it works for others.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM