android build.properties,android – 如何读取在local.properties中定义的属性在build.gradle...

你可以这样做:

Properties properties = new Properties()

properties.load(project.rootProject.file('local.properties').newDataInputStream())

def sdkDir = properties.getProperty('sdk.dir')

def ndkDir = properties.getProperty('ndk.dir')

如果要读取子项目build.gradle中的属性文件,请使用project.rootProject:

.

├── app

│   ├── build.gradle

│   └── src

├── build.gradle

├── gradle

├── gradlew

├── gradlew.bat

├── settings.gradle

└── local.properties

如果属性文件在同一个子项目目录中,您可以只使用项目。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Automate the build process for your Android projects with Gradle About This Book Create custom Gradle tasks and plugins for your Android projects Configure different build variants, each with their own dependencies and properties Manage multi-module projects, and integrate modules interdependently Who This Book Is For If you are an experienced Android developer wanting to enhance your skills with the Gradle Android build system, then this book is for you. As a prerequisite, you will need some knowledge of the concepts of Android application development. What You Will Learn Build new Android apps and libraries using Android Studio and Gradle Migrate projects from Eclipse to Android Studio and Gradle Manage the local and remote dependencies of your projects Create multiple build variants Include multiple modules in a single project Integrate tests into the build process Create custom tasks and plugins for Android projects In Detail Gradle is an open source build automation system that introduces a Groovy-based domain-specific language (DSL) to configure projects. Using Gradle makes it easy for Android developers to manage dependencies and set up the entire build process. This book begins by taking you through the basics of Gradle and how it works with Android Studio. Furthermore, you will learn how to add local and remote dependencies to your project. You will work with build variants, such as debug and release, paid and free, and even combinations of these things. The book will also help you set up unit and integration testing with different libraries and will show how Gradle and Android Studio can make running tests easier. Finally, you will be shown a number of tips and tricks on the advanced customization of your application's build process. By the end of this book, you will be able to customize the entire build process, and create your own tasks and plugins for your Gradle builds. Table of Contents Chapter 1: Getting Started with Gradle and Android Studio Chapter 2: Basic Build Customization Chapter 3: Managing Dependencies Chapter 4: Creating Build Variants Chapter 5: Managing Multimodule Builds Chapter 6: Running Tests Chapter 7: Creating Tasks and Plugins Chapter 8: Setting Up Continuous Integration Chapter 9: Advanced Build Customization

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值