本文介绍了更改位于 Visual Studio 中不同位置的 SDK 的路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

当我想在 Microsoft Visual Studio(使用 XAMARIN)中运行 android 应用程序时,我收到此消息:

When I want to run android app in Microsoft Visual Studio (with XAMARIN), I'm getting this message:

找不到 API 级别 23 的 android.jar.这意味着 Android未安装 API 级别 23 的 SDK 平台.要么安装在Android SDK 管理器(工具 > 打开 Android SDK 管理器...),或将您的 Xamarin.Android 项目更改为目标 API 版本安装.(C:\Users\Tomek\AppData\Local\Android\Sdk\platforms\android-23\android.jar不见了.)

如何将此路径更改为 D:\Android\Sdk\platforms\android-23\android.jar ?在工具">选项">Xamarin">Android SDK 位置"中更改位置不起作用.

How can I change this path to D:\Android\Sdk\platforms\android-23\android.jar ?Changing location in Tools > Options > Xamarin > Android SDK location doesn't work.

推荐答案

您似乎需要将 Xamarin.Android 指向 D:\ 驱动器上 Android SDK 的位置:

It looks like you need to point Xamarin.Android to the location of your Android SDK on your D:\ drive:

Visual Studio > 工具 > 选项 > Xamarin > Android > Android SDK 位置

Visual Studio > Tools > Options > Xamarin > Android > Android SDK Location

您可以将其设置为您的 SDK 的路径,在您的情况下 D:\Android\Sdk

You would set this to the path of your SDK, in your case D:\Android\Sdk

还请确保您的 SDK 管理器中安装了 Android API 23.

Please also make sure that you have the Android API 23 installed in your SDK Manager.

转到工具 > Android > Android SDK 管理器

Go to Tools > Android > Android SDK Manager

在 Android 6.0 (API 23) 文件夹中找到 SDK Platform 项并选中复选框.点击右下角的安装并按照说明进行操作.

Locate the SDK Platform item in the Android 6.0 (API 23) folder and select the checkbox. Click Install in the bottom right and follow the instructions.

这篇关于更改位于 Visual Studio 中不同位置的 SDK 的路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 14:28