Skip to content

Instantly share code, notes, and snippets.

@zaki50
Created November 7, 2012 15:46
Show Gist options
  • Save zaki50/4032370 to your computer and use it in GitHub Desktop.
Save zaki50/4032370 to your computer and use it in GitHub Desktop.
$ gradle build
:prepareDebugDependencies UP-TO-DATE
:compileDebugAidl UP-TO-DATE
:generateDebugBuildConfig UP-TO-DATE
:crunchDebugRes UP-TO-DATE
:processDebugManifest UP-TO-DATE
:processDebugRes UP-TO-DATE
:compileDebug UP-TO-DATE
:dexDebug UP-TO-DATE
:packageDebug UP-TO-DATE
:assembleDebug UP-TO-DATE
:prepareReleaseDependencies UP-TO-DATE
:compileReleaseAidl UP-TO-DATE
:generateReleaseBuildConfig UP-TO-DATE
:crunchReleaseRes UP-TO-DATE
:processReleaseManifest UP-TO-DATE
:processReleaseRes UP-TO-DATE
:compileRelease UP-TO-DATE
:dexRelease UP-TO-DATE
:packageRelease UP-TO-DATE
:assembleRelease UP-TO-DATE
:assemble UP-TO-DATE
:compileTestAidl UP-TO-DATE
:processTestManifest
:generateTestBuildConfig UP-TO-DATE
:crunchTestRes UP-TO-DATE
:processTestRes UP-TO-DATE
:compileTest
:dexTest
:packageTest
:assembleTest
:installDebug
3511 KB/s (3048167 bytes in 0.847s)
pkg: /data/local/tmp/ApiDemos_gradle-debug-unaligned.apk
Success
:installTest
996 KB/s (6580 bytes in 0.006s)
pkg: /data/local/tmp/ApiDemos_gradle-test-unaligned.apk
Success
:runDebugTests
com.example.android.apis.ApiDemosApplicationTests:....
com.example.android.apis.ApiDemosTest:.
com.example.android.apis.app.ForwardingTest:...
com.example.android.apis.app.LocalServiceTest:.....
com.example.android.apis.os.MorseCodeConverterTest:.
com.example.android.apis.view.Focus2ActivityTest:...
com.example.android.apis.view.Focus2AndroidTest:....
Test results for InstrumentationTestRunner=.....................
Time: 3.323
OK (21 tests)
:uninstallDebug
Success
:uninstallTest
Success
:checkDebug
:check
:build
BUILD SUCCESSFUL
Total time: 17.565 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment