Android용 .NET 오류 APT0001
예제 메시지
error APT0001: Unknown option `--ignore-assets`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`.
문제
새 Android aapt2
리소스 도구에는 이전 aapt
도구와 다른 명령줄 인수가 있습니다. 일반적으로 서로 호환되지 않습니다.
솔루션
이 오류가 발생하는 경우 제공된 값을 확인합니다.
<AndroidAapt2LinkExtraArgs/>
<AndroidAapt2CompileExtraArgs>
에 대해 유효합니다 aapt2
. 유효한 인수 목록을 사용하고 aapt2 compile
aapt2 link
볼 수 있습니다.