local.properties文件位于项目的根级别,与gradlew,gradlew.bat,settings.gradle和其他文件在同一文件夹中.
此文件不应包含在源代码控制中.之后(不正确地)包含在源代码控制中,然后在本地删除该文件,Android Studio自动为我重新创建该文件.
以下是此文件的示例内容:
## 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安装的位置(在不同的机器上可能有所不同).
3333

被折叠的 条评论
为什么被折叠?



