android studio1.0 提示“系统找不到指定的路径”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android studio1.0 提示“系统找不到指定的路径”相关的知识,希望对你有一定的参考价值。

RUN APP后提示:
UNEXPECTED TOP-LEVEL EXCEPTION:
java.io.FileNotFoundException: C:\Users\寰愪缪榫橽androidStudioProjects\FirstAPP\app\build\intermediates\pre-dexed\debug\support-annotations-21.0.2-1c88a4c7776988dea7daef74625155a9926fc1b5.jar (系统找不到指定的路径。)

该怎么办啊?

路径不要有中文,重新安装到一个全英文的目录里。追问

哪个目录?

studio的?

参考技术A 系统找不到指定的路径。
解决方案如下:
找到安装根目录下find_java.bat文件
D:\WorkBook\iflytek\android\Android\sdk\tools\lib\find_java.bat
编辑文件27行处的代码:
In line 27 of tools/lib/find_java.bat has a problem:
find /i "x86" > NUL && set arch_ext=32 || set arch_ext=64
删除||符号前的空格,程序执行通过:
You must remove space after "arch_ext=32". Correct code is:
find /i "x86" > NUL && set arch_ext=32|| set arch_ext=64

以上是关于android studio1.0 提示“系统找不到指定的路径”的主要内容,如果未能解决你的问题,请参考以下文章

android 如何判读提示框中的 CheckBox 是不是被点击

Android - Android Studio 3.0去掉方法参数提示

如何关闭android系统提示

UWP-消息提示(仿Android)

Android - Android Studio 3.0去掉方法参数提示

Android——控件AutoCompleteTextView 自动提示