- 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
'Code > Mobile' 카테고리의 다른 글
안드로이드 스튜디오 프로젝트 생성후 에러 해결 방법 (0) | 2019.12.09 |
---|---|
Xamarin 초기 에러 해결 방법 (0) | 2019.12.09 |
C# Tips (0) | 2017.11.02 |
C# 과 Java 성능 비교 (0) | 2016.07.05 |
닷넷 프레임워크 역사 (0) | 2016.06.22 |
[C# tips] 디버깅 시작 과 끝에서 딜레이가 길고 느릴때 해결 방법 (0) | 2016.06.19 |
댓글을 달아 주세요