简体   繁体   English

android项目中的project.properties

[英]project.properties in android project

I just cloned this from github and when I tried to import it to eclipse as an android project, it doesn't have a default.properties. 我只是从github克隆了这个,当我尝试将它作为android项目导入eclipse时,它没有default.properties。 Why is this and how do I handle this? 为什么这样,我该如何处理?

project.properties is the same thing as default.properties , it just got renamed with ADT 14. project.propertiesdefault.properties相同,只是用ADT 14重命名。
And project.properties is in the github repo you linked, therefore it should work out of the box if you have the most recent version of the tools. 并且project.properties位于您链接的github仓库中,因此如果您拥有最新版本的工具,它应该可以开箱即用。 Otherwise update them. 否则更新它们。

Quote from the changelog: 从更改日志引用:

default.properties which is the main project's properties file containing information such as the build platform target and the library dependencies has been renamed project.properties. default.properties是包含诸如构建平台目标和库依赖项之类信息的主项目属性文件,已重命名为project.properties。

See build changes in revision 14 , at the bottom under "Project Setup" 请参阅“项目设置”下底部的修订版14中的构建更改

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Android Studio项目中的project.properties在哪里 - Where is project.properties in Android Studio project 推送 project.properties 问题 - Pushing project.properties problems 在构建新的Android应用程序期间没有project.properties文件和NullPointerException - No project.properties file and NullPointerException during build of new android application 在project.properties中设置构建路径 - Setting build path in project.properties 在Hybris中读取jsp中的project.properties文件 - Reading of project.properties file in jsp in hybris Android:ANT版本因google-play-services-lib而失败:“解析为没有project.properties文件的路径” - Android: ANT build fails with google-play-services-lib: “resolve to a path with no project.properties file for project” '在OS独立路径project.properties'中发现多个文件错误 - 'More than one file was found with OS independent path project.properties' Error in android 什么是差异。 在default.properties和project.properties之间? - What is the diff. between default.properties and project.properties? 如何解决“在Android独立路径中找到多个文件'project.properties'”Android Studio 3.0 Beta-6中的错误 - How to fix “More than one file was found with OS independent path 'project.properties'” Error in Android Studio 3.0 Beta-6 构建独立应用程序后,添加到project.properties文件中类路径中的类会发生什么情况? - What happen to classes added to class path in the project.properties file after the built of an independent application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM