我将Android SDK复制到C:\上的文件夹中。在设置中,我选择了一个新文件夹。当我运行项目时,我会遇到错误。在设置中,选择了D:\上的文件夹。
我重新安装了Xamarin。在安装时,我选择了C:\上的文件夹。Level23.This means the Android SDK platform for APILevel23 is not installed.(D:\XamarinAndr
我在我的项目中检测到一个链接错误。Call requires APIlevel 26 (current min is 23): java.time.format.DateTimeFormatter#format我想知道我的项目为什么要编译。因为该应用程序在API级别小于26的设备上崩溃。
修复这个问题并不难,但我当然想知道是否还有其他的Requires