android 项目的 local.properties 在哪里? [英] Where does local.properties go for android project?

查看:40
本文介绍了android 项目的 local.properties 在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

收到来自 IntelliJ 13 的投诉:

Getting this complaint from IntelliJ 13:

8:15:48 PM Gradle '<project>' project refresh failed:
           SDK location not found. Define location with sdk.dir in the local.properties file or with an ANDROID_HOME environment variable.
           Build file '/<project>/build.gradle' line: 20
           : Gradle settings

我尝试在我能想到的每个目录中发送我的 local.properties 垃圾邮件,但仍然收到此错误.什么给?

I have tried to spam my local.properties in every directory I can think of but still getting this error. What gives?

推荐答案

local.properties 文件位于项目的根级别,与 gradlew 位于同一文件夹中、gradlew.batsettings.gradle 等文件.

The local.properties file goes in the project's root level, in the same folder as the gradlew, gradlew.bat, settings.gradle and other files.

此文件不应包含在源代码管理中.在(错误地)将其包含在源代码管理中后,然后在本地删除该文件后,Android Studio 会自动为我重新创建该文件.

This file should not be included in source control. After (incorrectly) including this in source control, then deleting the file locally, Android Studio re-created the file for me automatically.

这里是这个文件的示例内容:

Here is the example content of this file:

## 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.
#Thu Aug 14 14:49:26 PDT 2014
sdk.dir=C:\Program Files (x86)\Android\android-studio\sdk

注意 sdk.dir= 对 Android Studio SDK 安装位置的引用(在不同的机器上可能会有所不同).

Note the sdk.dir= reference to the location of the Android Studio SDK installation (which may be different on different machines).

这篇关于android 项目的 local.properties 在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆