问题描述

很多同学导入我项目时会出现以下提示信息,提示信息是说这个项目的SDK路径(‘E:\ZERO’)没有找到,Android Studio会自动帮你切换到你自己的SDK路径,且自动修改local.properties文件。

解决方案

其实Android Studio已经帮你解决好了,不需要你手动修改任何东西,这只是个WARNING,不是ERROR。你可以看到你的local.prperties里面的sdk路径已经修改成你自己的了。

The path ‘E:\ZERO‘ does not belong to a directory.相关推荐

  1. Git 报错:fatal: destination path ‘.‘ already exists and is not an empty directory.

    目录 问题 解决 方法一.删除 .git 文件 方法二.新建目录 问题 今天执行 git clone 命令时遇到如下报错信息: fatal: destination path '.' already ...

  2. gitee clone时报错:fatal: destination path ‘***‘ already exists and is not an empty directory.

    destination path  '***' already exists and is not an empty directory. 这个一般出现于git clone URL时候,意思是桌面上已 ...

  3. fatal: destination path '.' already exists and is not an empty directory. 错误及解决办法

    今天在使用Git for Windows clone代码时,遇到了题目所示的错误,简单来说就是目标路径'.'已经存在并且不是一个空目录. 可是在我在文件夹下并没有看到任何文件,显示"该文件夹 ...

  4. Path Operation

    文章目录 getcwd() os.listdir(path) os.path.exists(path) chdir() mkdir() os.path.dirname(path) shutil.rmt ...

  5. python标准库os.path中_Python零基础入门学习19:常用标准库之os.path子库

    注:本文所有代码均经过Python 3.7实际运行检验,保证其严谨性. 本文阅读时间约为3~5分钟. os库是Python标准库,包含几百个函数.它能处理与系统相关的常用路径操作.进程管理.环境参数等 ...

  6. path/filepath

    参考资料 https://studygolang.com/pkgdoc http://books.studygolang.com/The-Golang-Standard-Library-by-Exam ...

  7. An Implementation of Double-Array Trie

    An Implementation of Double-Array Trie Contents What is Trie? What Does It Take to Implement a Trie? ...

  8. linux忆连软件,linux安装软件方法汇总

    1.通常linux下的安装包有3种: 1).deb包.如software-1.2.3-1.deb.它是Debain Linux提供的一种包封装格式.安装deb包的命令是"dpkg -参数&q ...

  9. 它们是什么以及为什么我们不需要它们

    Once in a while, when reading papers in the Reinforcement Learning domain, you may stumble across my ...

最新文章

  1. JVM 年轻代(Eden、From、To)、老年代讲解
  2. ajax表格内容加按钮,单击按钮时,如何触发jquery数据表fnServerData通过AJAX更新表?...
  3. Lambda 表达式详解~简化匿名内部类
  4. oracle在archivelog模式进行rman备份和恢复
  5. InputStreamReader 和 OutputStreamWriter类用法简介,及演示。
  6. Java面试之阻塞队列
  7. 宝宝的成长脚印9/29
  8. python调用数据库存储过程_python调用MySql存储过程
  9. python报表自动化系列 - 获取某月日历并以列表形式返回(公历)
  10. Android Behavior详解
  11. erc20钱包下载_Newdex实用贴:如何把ERC20上的KEY转换到Newdex交易
  12. 用友u8反记账反结账如何处理
  13. iOS中的gzip解压
  14. 锂电池注液工艺视觉定位方案指南
  15. 多重检验_LSD方法不准确性
  16. UE5 Metahuman使用Live Link Face动画不匹配的问题修复
  17. fiash星空动画制作_Flash8简单制作酷炫的星空飞越动画特效
  18. python 滤波放大数组,python 双边滤波与高斯滤波
  19. Java:每日获取稳定可用免费代理ip(仅供日常使用,请勿用作他途)
  20. 今日头条引流脚本,微商引流工具

热门文章

  1. python深度复制_Python直接赋值、浅拷贝和深度拷贝解析
  2. gitlab merge request
  3. python检测数据库弱密码
  4. 软件测试入门到飞升上仙之web 端测试
  5. JAVA Long String类型之间的转换
  6. django 笔记3
  7. 使用SharedPreference保存用户数据的步骤
  8. 《BI那点儿事》Cube的存储
  9. [导入]2007年美国电影上映时间表
  10. C++中不能声明为虚函数的有哪些函数