我正在导入一个项目。我在linux上运行它。但是当我构建我的项目时,它给了我这个错误。
**错误:配置项目':app'。
时出现问题SDK目录' /home/custom/Documents/Zebra_RFID_Mobile-1.0.2.17/C:\ Users \ DHXW76 \ AppData \ Local \ Android \ Sdk'不存在。**
下面是我的local.properties文件
## This file is automatically generated by Android Studio.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Mon Sep 11 14:54:05 IST 2017
ndk.dir=/home/custom/Android/Sdk/ndk-bundle
sdk.dir=/home/custom/Android/Sdk
我想知道这个错误如何显示c:\ users .... path,虽然我试图在linux上运行它。 我也检查了我的sdk位置,这是完美的。任何人都可以帮我解决这个问题吗?
答案 0 :(得分:0)
我有这个问题。我正在使用Linux。 Project stucture windows
我如何纠正错误:
2.Checking Gradle。Gradle Folder Gradle
项目结构/项目和/opt/android-studio/gradle/gradle-4.6/
文件夹中的版本号应该相同。如果问题仍然存在,请更新Gradle。
2.1我们转到网站:https://gradle.org/install/#with-a-package-manager并下载二进制版本。下载我们在文件夹/opt/android-studio/gradle/gradle-4.6/
中输入的存档,并在项目结构/项目中记下其版本号。
3.Restart the studio。
如果程序代码显示的Gradle版本不正确,则会出现难以修复的错误。尝试检查所有代码或创建一个新项目。
通过创建新项目轻松检查Gradle。我喜欢这种方法。