简体   繁体   English

找不到适用于eclipse的Android插件的Sdk文件夹

[英]Can't Find Sdk folder for Android plug-in for eclipse

I installed Android Studio and working on it for the first time. 我安装了Android Studio,并且是第一次使用它。

In Eclipse, the plug-in for Android Studio can't find path for Android sdk. 在Eclipse中,Android Studio插件找不到Android SDK的路径。 There is a Path mentioned in Sdk Manager which is, Sdk Manager中提到了一个路径,即

C:\\Users\\Naqvi\\AppData\\Local\\Android\\sdk . C:\\Users\\Naqvi\\AppData\\Local\\Android\\sdk

But when i go to My C drive i can't find that "AppData" folder which is mentioned in the Path. 但是,当我转到我的C盘时,找不到路径中提到的“ AppData”文件夹。 I searched for sdk folder on my computer but can't locate it any where. 我在计算机上搜索了sdk文件夹,但找不到任何位置。 May be I have done any mistake during installation 可能是我在安装过程中犯了任何错误

First of all, you sounds so confusing, because Eclipse and Android Studio are two entirely separate IDEs for Android development and sdk is an Android Software Development Kit which is required to be used with the IDE to create Android development environment, it includes sample projects with source code, development tools, an emulator, and required libraries to build Android applications. 首先,您听起来很困惑,因为EclipseAndroid Studio是两个用于Android开发的完全独立的IDE,而sdk是需要与IDE一起使用以创建Android开发环境的Android软件开发工具包,其中包括示例项目源代码,开发工具,仿真器和构建Android应用程序所需的库。

And as far as locating your AppData folder is concerned, In windows OS, AppData folder is hidden by default, but you can still access it by typing the address of your location directly in you address bar, C:\\Users\\Naqvi\\AppData\\Local\\Android\\sdk . 就查找您的AppData文件夹而言,在Windows操作系统中,默认情况下, AppData文件夹是隐藏的,但是您仍然可以通过直接在地址栏中输入位置的地址来访问它C:\\Users\\Naqvi\\AppData\\Local\\Android\\sdk

Or you can enable the option to show hidden folder/files in your Windows. 或者,您可以启用该选项以在Windows中显示隐藏的文件夹/文件。

If you are using Windows 7, 如果您使用的是Windows 7,

  • Go to My Computer , 转到我的电脑
  • click on Organize (under your address bar), 点击整理 (在地址栏下方),
  • Select Folder and search options , 选择文件夹并搜索选项
  • choose View tab. 选择查看标签。

There will be an option to "show hidden files/folder and drives" check it and Apply the settings. 将有一个选项“显示隐藏的文件/文件夹和驱动器”进行检查并应用设置。 AppData folder will then be visible to you. 然后,您将看到AppData文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM