

UninstallTest - Uninstalls the Test build for the Debug buildĬlasspath ':gradle:0.5.+'Ĭompile ':support-v4:13.0.+'Ĭompile files('libs/android-support-v4.jar')Ĭompile project(":libraries:ActionBarSherlock")Ĭompile project(":libraries:CollabsibleSearchMenu") UninstallRelease - Uninstalls the Release build UninstallDebug - Uninstalls the Debug build UninstallAll - Uninstall all applications. InstallTest - Installs the Test build for the Debug build gradlew tasks suggests, that there is no install Release configuration, but uninstall release exists: Install tasks However I cannot find how to force gradle build release version of apk. Google documentation suggests only Eclipse and ant ways to have release builds: I want to build android app and start signing it.įor that I need to have Release version of apk.
