Building Stops

my “gradlew installrelease” stops with

:app:compileReleaseNdk UP-TO-DATE

:app:preReleaseBuild

:app:checkReleaseManifest

:app:prepareReleaseDependencies

:app:compileReleaseAidl UP-TO-DATE

:app:compileReleaseRenderscript UP-TO-DATE

:app:generateReleaseBuildConfig UP-TO-DATE

:app:generateReleaseAssets UP-TO-DATE

:app:mergeReleaseAssets UP-TO-DATE

:app:generateReleaseResValues UP-TO-DATE

:app:generateReleaseResources UP-TO-DATE

:app:mergeReleaseResources UP-TO-DATE

:app:processReleaseManifest UP-TO-DATE

:app:processReleaseResources UP-TO-DATE

:app:generateReleaseSources UP-TO-DATE

:app:compileReleaseJava UP-TO-DATE

:app:preDexRelease UP-TO-DATE

:app:dexRelease UP-TO-DATE

:app:processReleaseJavaRes UP-TO-DATE

:app:validateReleaseSigning

:app:packageRelease UP-TO-DATE

:app:zipalignRelease UP-TO-DATE

Building 95% > :app:installRelease

Why?

Does it really stop or is it working on that task? You can try to get a thread dump to see what is going on. Even then it sounds more like a problem that you can discuss at ADT-dev mailing list (see link at the bottom of http://tools.android.com/tech-docs/new-build-system)

Thanks Radim…

I have solved the problem.

Problem was about my gennymotion emulator.

We need an open emulator, when we run “gradlew installrelease” command.