Code/Mobile
Xamarin 초기 에러 해결 방법
codens
2019. 12. 9. 03:34
- Visual Studio 2019, 자마린 16
- 프로젝트 처음 생성했는데 에러 발생시 처리 방법
* 에러
Xamarin using Android.Support Error CS0234 The type or namespace name 'Support' does not exist in the namespace 'Android' (are you missing an assembly reference?)
-> 해결방법
->Build
-> 에러 나면 Nuget으로 새로운 패키지(Android.Support.V13 등) 설치
-> 에러 맨 마지막 Nuget에서 폴더 에러가 나면 그 폴더를 생성해 준다.
또는 Tools -> Options -> Nuget Package Manager -> Package Sources
-> 없는 폴더를 지운다.
* 에러
xamarin Error CS0246 The type or namespace name 'AppCompatActivity' could not be found (are you missing a using directive or an assembly reference?)
-> 해결방법
-> Build
반응형