error APT2260: resource mipmap/appicon (aka com.x.x:mipmap/appicon) not found.
error APT2260:
error APT2260: This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file.
error APT2260: resource mipmap/appicon_round (aka com.x.x:mipmap/appicon_round) not found.
error APT2260:
error APT2260: This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file.
检查配置文件.csproj 中的配置项 Condition 查看是否存在以下类似配置
$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'
尝试调整为
$(TargetFramework)'=='net8.0-android'
不要使用$([MSBuild]::),重新加载解决方案或者重启VS,然后重新生成解决方案试试