摘要: /* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fil... 阅读全文
posted @ 2015-11-26 16:57 519752831 阅读(190) 评论(0) 推荐(0)
摘要: 应用场景通常情况下我们的apps发布后也就是release模式下log是不显示的,debug模式下是显示log的,但是在特殊情况下我们测试release包的时候需要log的时候,就无法使用BuildConfig.DEBUG来达到要求,因为在release模式下自动设置为false,debug模式下是... 阅读全文
posted @ 2015-11-26 14:13 519752831 阅读(365) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-11-26 10:47 519752831 阅读(126) 评论(0) 推荐(0)
摘要: 1 继承applicationpublic class CustomApplication extends Application{ private static final String VALUE = "Harvey"; private String value; ... 阅读全文
posted @ 2015-11-26 10:18 519752831 阅读(866) 评论(0) 推荐(0)
摘要: Android Studio 是一个Android开发环境,基于IntelliJ IDEA. 类似 Eclipse ADT,Android Studio 提供了集成的 Android 开发工具用于开发和调试。 在IDEA的基础上,Android Studio 提供: 基于Gradle的构建支持 ... 阅读全文
posted @ 2015-11-26 09:35 519752831 阅读(2797) 评论(0) 推荐(0)