Skip to content

Instantly share code, notes, and snippets.

@pfn
Last active November 20, 2015 01:12
Show Gist options
  • Save pfn/f31d7dcadaa08e9dc259 to your computer and use it in GitHub Desktop.
Save pfn/f31d7dcadaa08e9dc259 to your computer and use it in GitHub Desktop.
building u2020 with sbt
[pfnguyen@GALACTICA src] $ git clone https://github.com/jakewharton/u2020
Cloning into 'u2020'...
remote: Counting objects: 3519, done.
emote: Total 3519 (delta 0), reused 0 (delta 0), pack-reused 3519
Receiving objects: 100% (3519/3519), 8.96 MiB | 1.28 MiB/s, done.
Resolving deltas: 100% (1598/1598), done.
Checking connectivity... done.
[pfnguyen@GALACTICA src] $ cd u2020/
[pfnguyen@GALACTICA u2020] $ mkdir project
[pfnguyen@GALACTICA u2020] $ echo 'addSbtPlugin("com.hanhuy.sbt" % "android-gradle-build" % "1.1.9")' > project/p.sbt
[pfnguyen@GALACTICA u2020] $ echo 'object B extends android.GradleBuild' > project/b.scala
[pfnguyen@GALACTICA u2020] $ echo 'retrolambdaEnabled := true' > build.sbt
[pfnguyen@GALACTICA u2020] $ echo >> build.sbt
[pfnguyen@GALACTICA u2020] $ echo 'libraryDependencies += "com.squareup.dagger" % "dagger-compiler" % "1.2.2" % "provided"' >> build.sbt
[pfnguyen@GALACTICA u2020] $ echo 'android.dsl.apkExclude("META-INF/services/javax.annotation.processing.Processor")' >> build.sbt
[pfnguyen@GALACTICA u2020] $ sbt android:package
[info] Loading global plugins from C:\Users\pfnguyen\.sbt\0.13\plugins
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[info] Loading project definition from C:\Users\pfnguyen\src\u2020\project
[info] Updating {file:/C:/Users/pfnguyen/src/u2020/project/}u2020-build...
[info] Resolving org.eclipse.jgit#org.eclipse.jgit.archive;3.7.0.201502260915-r
[info] Resolving org.scala-sbt.ivy#ivy;2.3.0-sbt-fccfbd44c9f64523b61398a0155784d
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] downloading https://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.hanhuy.sbt/android-gradle-build/scala_2.10/sbt_0.13/1.1.9/jars/android-gradle-build.jar ...
[info] [SUCCESSFUL ] com.hanhuy.sbt#android-gradle-build;1.1.9!android-gradle-build.jar (3067ms)
[info] Done updating.
[info] Compiling 1 Scala source to C:\Users\pfnguyen\src\u2020\project\target\scala-2.10\sbt-0.13\classes...
Searching for android gradle projects...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Discovered gradle projects (in 8.61s):
u2020 at .
[info] Set current project to u2020 (in build file:/C:/Users/pfnguyen/src/u2020/)
[info] Applying variant settings buildType=debug flavor=internal to u2020...
[info] Set current project to u2020 (in build file:/C:/Users/pfnguyen/src/u2020/)
[info] Updating {file:/C:/Users/pfnguyen/src/u2020/}u2020...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[info] Unpacking aar: process-phoenix-1.0.2.aar to com.jakewharton-process-phoenix-1.0.2
[info] Unpacking aar: appcompat-v7-23.0.1.aar to com.android.support-appcompat-v7-23.0.1
[info] Unpacking aar: recyclerview-v7-23.0.1.aar to com.android.support-recyclerview-v7-23.0.1
[info] Unpacking aar: telescope-1.5.0.aar to com.mattprecious.telescope-telescope-1.5.0
[info] Unpacking aar: rx-preferences-1.0.0.aar to com.f2prateek.rx.preferences-rx-preferences-1.0.0
[info] Unpacking aar: leakcanary-android-1.3.1.aar to com.squareup.leakcanary-leakcanary-android-1.3.1
[info] Unpacking aar: support-v4-23.0.1.aar to com.android.support-support-v4-23.0.1
[info] Unpacking aar: rxandroid-1.0.1.aar to io.reactivex-rxandroid-1.0.1
[info] Unpacking aar: rxbinding-0.2.0.aar to com.jakewharton.rxbinding-rxbinding-0.2.0
[info] Unpacking aar: timber-4.0.1.aar to com.jakewharton.timber-timber-4.0.1
[info] Unpacking aar: design-23.0.1.aar to com.android.support-design-23.0.1
[info] Unpacking aar: threetenabp-1.0.2.aar to com.jakewharton.threetenabp-threetenabp-1.0.2
[info] Collecting resources
[info] Performing full resource merge
[info] Processing resources
[info] Rebuilding all classes because R.java has changed
[info] Compiling 106 Java sources to C:\Users\pfnguyen\src\u2020\target\android\intermediates\classes...
[info] C:\Users\pfnguyen\src\u2020\src\internalDebug\java\com\jakewharton\u2020\ui\debug\DebugDrawerLayout.java: Some input files use or override a deprecated API.
[info] C:\Users\pfnguyen\src\u2020\src\internalDebug\java\com\jakewharton\u2020\ui\debug\DebugDrawerLayout.java: Recompile with -Xlint:deprecation for details. [info] C:\Users\pfnguyen\src\u2020\src\internalDebug\java\com\jakewharton\u2020\ui\debug\ContextualDebugActions.java: C:\Users\pfnguyen\src\u2020\src\internalDebug\java\com\jakewharton\u2020\ui\debug\ContextualDebugActions.java uses unchecked or unsafe operations.
[info] C:\Users\pfnguyen\src\u2020\src\internalDebug\java\com\jakewharton\u2020\ui\debug\ContextualDebugActions.java: Recompile with -Xlint:unchecked for details.
[warn] Could not determine source for class com.jakewharton.u2020.data.api.DebugApiModule$$ModuleAdapter$ProvideMockRetrofitProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.trending.TrendingView$$ViewBinder$1
[warn] Could not determine source for class com.jakewharton.u2020.U2020Module$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.DebugActionsModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.ApiModule$$ModuleAdapter$ProvideBaseUrlProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.MainActivityModule$$ModuleAdapter$ProvideDrawerLayoutProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideAnimationSpeedProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideAccessTokenProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.debug.DebugView$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.DebugU2020Module$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideIntentFactoryProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.debug.DebugView$$ViewBinder$2
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideScalpelEnabledProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.debug.DebugAppContainer$ViewHolder$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideIsMockModeProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideOkHttpClientProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.LumberYard$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.debug.DebugAppContainer$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.U2020Module$$ModuleAdapter$ProvideApplicationProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvideAccessTokenProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideCaptureIntentsPreferenceProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvideIntentFactoryProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.DebugUiModule$$ModuleAdapter$ProvideActivityHierarchyServerProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.trending.TrendingView$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.MainActivityModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvidePicassoProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.DebugUiModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideNetworkVariancePercentProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideNetworkProxyAddressProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.DebugApiModule$$ModuleAdapter$ProvideHttpUrlProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideRxSharedPreferencesProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvideSharedPreferencesProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.oauth.OauthManager$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.DebugApiModule$$ModuleAdapter$ProvideBehaviorProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.UiModule$$ModuleAdapter$ProvideActivityHierarchyServerProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.DebugApiModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.UiModule$$ModuleAdapter$ProvideAppContainerProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.ApiModule$$ModuleAdapter$ProvideGithubServiceProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.MockGithubService$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.UiModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.debug.DebugView$$ViewBinder$1
[warn] Could not determine source for class com.jakewharton.u2020.data.api.ApiModule$$ModuleAdapter$ProvideRetrofitProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideSeenDebugDrawerProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.ApiModule$$ModuleAdapter$ProvideApiClientProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideScalpelWireframeEnabledProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.ExternalIntentActivity$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.data.api.ApiModule$$ModuleAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.DebugUiModule$$ModuleAdapter$ProvideAppContainerProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.trending.TrendingItemView$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.ui.debug.DebugView$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.ui.bugreport.BugReportView$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.ui.trending.TrendingView$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvideOkHttpClientProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideEndpointPreferenceProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.trending.ScrollTopTrendingDebugAction$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.DebugApiModule$$ModuleAdapter$ProvideGithubServiceProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideNetworkFailurePercentProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvidePixelGridEnabledProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.U2020App$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvidePicassoProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvideMoshiProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.MainActivity$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.oauth.OauthInterceptor$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvidePixelRatioEnabledProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.DebugU2020Module$$ModuleAdapter$ProvideIsInstrumentationTestProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvideRxSharedPreferencesProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.logs.LogAdapter$LogItemViewHolder$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.ui.trending.ScrollBottomTrendingDebugAction$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.LoggingInterceptor$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.ui.MainActivity$$ViewBinder
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvideNetworkDelayProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DataModule$$ModuleAdapter$ProvideClockProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.DebugDataModule$$ModuleAdapter$ProvidePicassoDebuggingProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.DebugActionsModule$$ModuleAdapter$ProvideDebugActionsProvidesAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.oauth.OauthService$$InjectAdapter
[warn] Could not determine source for class com.jakewharton.u2020.data.api.DebugApiModule$$ModuleAdapter$ProvideApiClientProvidesAdapter
[warn] lint found 1 warning
[info] Packaging C:\Users\pfnguyen\src\u2020\target\android\intermediates\classes.jar ...
[info] Packaging resources: resources-debug.ap_
[info] Done packaging.
Bytecode version: 51 (Java 7)
Default methods: true
Input directory: C:\Users\pfnguyen\src\u2020\target\android\intermediates\dex\retrolambda
Output directory: C:\Users\pfnguyen\src\u2020\target\android\intermediates\dex\retrolambda
Classpath: C:\Users\pfnguyen\android-sdk-windows\platforms\android-23\android.jar;C:\Users\pfnguyen\.ivy2\cache\io.reactivex\rxjava\jars\rxjava-1.0.14.jar;C:\Users\pfnguyen\.ivy2\cache\com.jakewharton.madge\madge\jars\madge-1.1.2.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.jakewharton.threetenabp-threetenabp-1.0.2\com.jakewharton.threetenabp-threetenabp-1.0.2.jar;C:\Users\pfnguyen\.ivy2\cache\com.jakewharton\butterknife\jars\butterknife-7.0.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.jakewharton.scalpel\scalpel\jars\scalpel-1.1.2.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.mattprecious.telescope-telescope-1.5.0\com.mattprecious.telescope-telescope-1.5.0.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.retrofit\adapter-rxjava-mock\jars\adapter-rxjava-mock-2.0.0-beta2.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.android.support-support-v4-23.0.1\libs\internal_impl-23.0.1.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.squareup.leakcanary-leakcanary-android-1.3.1\com.squareup.leakcanary-leakcanary-android-1.3.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.retrofit\retrofit-mock\jars\retrofit-mock-2.0.0-beta2.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.jakewharton.timber-timber-4.0.1\com.jakewharton.timber-timber-4.0.1.jar;C:\Users\pfnguyen\.ivy2\cache\javax.inject\javax.inject\jars\javax.inject-1.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.android.support-appcompat-v7-23.0.1\com.android.support-appcompat-v7-23.0.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.okhttp\okhttp\jars\okhttp-2.5.0.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.leakcanary\leakcanary-analyzer\jars\leakcanary-analyzer-1.3.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.moshi\moshi\jars\moshi-1.0.0.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.leakcanary\leakcanary-watcher\jars\leakcanary-watcher-1.3.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.okio\okio\jars\okio-1.6.0.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\io.reactivex-rxandroid-1.0.1\io.reactivex-rxandroid-1.0.1.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.android.support-support-v4-23.0.1\com.android.support-support-v4-23.0.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.dagger\dagger\jars\dagger-1.2.2.jar;C:\Users\pfnguyen\.ivy2\cache\org.threeten\threetenbp\jars\threetenbp-1.3-no-tzdb.jar;C:\Users\pfnguyen\.ivy2\cache\com.jakewharton.byteunits\byteunits\jars\byteunits-0.9.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.picasso\picasso\jars\picasso-2.5.2.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.haha\haha\jars\haha-1.3.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.f2prateek.rx.preferences-rx-preferences-1.0.0\com.f2prateek.rx.preferences-rx-preferences-1.0.0.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.jakewharton.rxbinding-rxbinding-0.2.0\com.jakewharton.rxbinding-rxbinding-0.2.0.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.retrofit\converter-moshi\jars\converter-moshi-2.0.0-beta2.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.android.support-design-23.0.1\com.android.support-design-23.0.1.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.jakewharton-process-phoenix-1.0.2\com.jakewharton-process-phoenix-1.0.2.jar;C:\Users\pfnguyen\android-sdk-windows\extras\android\m2repository\com\android\support\support-annotations\23.0.1\support-annotations-23.0.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.google.guava\guava\bundles\guava-15.0.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.retrofit\adapter-rxjava\jars\adapter-rxjava-2.0.0-beta2.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup\javawriter\jars\javawriter-2.5.0.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\aars\com.android.support-recyclerview-v7-23.0.1\com.android.support-recyclerview-v7-23.0.1.jar;C:\Users\pfnguyen\.ivy2\cache\com.squareup.retrofit\retrofit\jars\retrofit-2.0.0-beta2.jar;C:\Users\pfnguyen\src\u2020\target\android\intermediates\classes.jar
Included files: 286
Saving lambda class: com/jakewharton/u2020/ui/AppContainer$$Lambda$1
Saving lambda class: com/jakewharton/u2020/data/IntentFactory$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/trending/TrendingAdapter$ViewHolder$$Lambda$1
Saving lambda class: com/jakewharton/u2020/data/DataModule$$Lambda$1
Saving lambda class: com/jakewharton/u2020/data/Funcs$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/logs/LogsDialog$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/logs/LogsDialog$$Lambda$2
Saving lambda class: com/jakewharton/u2020/data/DebugDataModule$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$2
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$3
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$4
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$5
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$6
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$7
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$8
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$9
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$10
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$11
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$12
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$13
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$14
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$15
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$16
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$17
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$18
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$19
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$20
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$21
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$22
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$23
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$24
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$25
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$26
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$27
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$28
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$29
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$30
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$31
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$32
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$33
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugView$$Lambda$34
Saving lambda class: com/jakewharton/u2020/ui/bugreport/BugReportDialog$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/MainActivity$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/trending/TrendingView$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/trending/TrendingView$$Lambda$2
Saving lambda class: com/jakewharton/u2020/ui/debug/ContextualDebugActions$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugDrawerLayout$ViewDragCallback$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/bugreport/BugReportView$$Lambda$1 Saving lambda class: com/jakewharton/u2020/data/api/Results$$Lambda$1
Saving lambda class: com/jakewharton/u2020/ui/debug/DebugAppContainer$$Lambda$1 Saving lambda class: com/jakewharton/u2020/ui/debug/DebugAppContainer$$Lambda$2 Saving lambda class: com/jakewharton/u2020/ui/debug/DebugAppContainer$$Lambda$3 Saving lambda class: com/jakewharton/u2020/ui/debug/DebugAppContainer$$Lambda$4 Saving lambda class: com/jakewharton/u2020/ui/debug/DebugAppContainer$$Lambda$5 Saving lambda class: com/jakewharton/u2020/ui/debug/DebugAppContainer$$Lambda$6 [info] Generating dex, incremental=true, multidex=false
[info] dex method count: 48932
[info] Packaged: u2020-debug-unaligned.apk (3.61MB)
[info] Debug package does not need signing: u2020-debug-unaligned.apk
[info] zipaligned: u2020-debug.apk
[success] Total time: 20 s, completed Nov 19, 2015 3:56:07 PM
[pfnguyen@GALACTICA u2020] $
[pfnguyen@GALACTICA u2020] $ ./gradlew assembleInternalDebug
:preBuild UP-TO-DATE
:preInternalDebugBuild UP-TO-DATE
:checkInternalDebugManifest
:preInternalReleaseBuild UP-TO-DATE
:preProductionDebugBuild UP-TO-DATE
:preProductionReleaseBuild UP-TO-DATE
:prepareComAndroidSupportAppcompatV72301Library
:prepareComAndroidSupportDesign2301Library
:prepareComAndroidSupportRecyclerviewV72301Library
:prepareComAndroidSupportSupportV42301Library
:prepareComF2prateekRxPreferencesRxPreferences100Library
:prepareComJakewhartonProcessPhoenix102Library
:prepareComJakewhartonRxbindingRxbinding020Library
:prepareComJakewhartonThreetenabpThreetenabp102Library
:prepareComJakewhartonTimberTimber401Library
:prepareComMattpreciousTelescopeTelescope150Library
:prepareComSquareupLeakcanaryLeakcanaryAndroid131Library
:prepareIoReactivexRxandroid101Library
:prepareInternalDebugDependencies
:compileInternalDebugAidl
:compileInternalDebugRenderscript
:generateInternalDebugBuildConfig
:generateInternalDebugAssets UP-TO-DATE
:mergeInternalDebugAssets
:generateInternalDebugResValues UP-TO-DATE
:generateInternalDebugResources
:mergeInternalDebugResources
:processInternalDebugManifest
:processInternalDebugResources
:generateInternalDebugSources
:processInternalDebugJavaRes UP-TO-DATE
:compileInternalDebugJavaWithJavac
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\Users\pfnguyen\src\u2020\src\internalDebug\java\com\jakewharton\u2020\ui\debug\ContextualDebugActions.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:compileRetrolambdaInternalDebug
:compileInternalDebugNdk UP-TO-DATE
:compileInternalDebugSources
:preDexInternalDebug
:dexInternalDebug
:validateDebugSigning
:packageInternalDebug
:zipalignInternalDebug
:assembleInternalDebug
BUILD SUCCESSFUL
Total time: 35.255 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment