Searched refs:build (Results 1 – 25 of 137) sorted by relevance
123456
16 Subject: How to build an Android SDK & ADT Eclipse plugin.55 This document explains how to build the Android SDK and the ADT Eclipse plugin.80 Then once you have all the source, simply build the SDK using:83 $ . build/envsetup.sh90 Package SDK: out/host/darwin-x86/sdk/android-sdk_eng.<build-id>_mac-x86.zip94 - Depending on your machine you can tell 'make' to build more things in95 parallel, e.g. if you have a dual core, use "make -j4 sdk" to build faster.97 - You can define "BUILD_NUMBER" to control the build identifier that gets103 There are certain characters you should avoid in the build number, typically115 SDK is build on top of a Linux SDK where a few binaries are replaced. So it[all …]
33 echo Running gradle to build tools libraries...40 ./tools/gradlew -i -b sdk/eclipse/build.gradle --no-daemon copydeps43 echo Launching Tycho to build ADT plugins and bundle44 ( set -x ; BUILD_NUMBER="$BNUM" ./tools/gradlew -i -b sdk/eclipse/build.gradle --no-daemon buildEcl…
18 # Parameters describing how and where to execute the build.22 # configs - the list of {os, ws, arch} configurations to build. 31 #Set the name of the archive that will result from the product build.38 # The location underwhich all of the build output will be collected.41 # The list of {os, ws, arch} configurations to build. This 103 # The directory into which the build elements are fetched and where104 # the build takes place.107 # Type of build. Used in naming the build output. Typically this value is109 buildType=build111 # ID of the build. Used in naming the build output.[all …]
9 /build/ivy.xml17 eclipse/plugins/com.android.ide.eclipse.*/build.xml18 eclipse/features/com.android.ide.eclipse.*/build.xml
16 PageDescription=Generates Gradle build files based on the configuration of the Java projects20 CyclicProjectsError=A cycle was detected in the build path of project: {0}25 StatusMessage=Creating Gradle build files...26 FileStatusMessage=Generating build file for {0}...
1 # This file is used to override default values used by the Ant build system.4 # integral to the build system of your project.16 # The password will be asked during the build when you use the 'release' target.
17 package com.android.ide.eclipse.adt.internal.build;19 import com.android.sdklib.build.ApkBuilder.JarStatus;
2 It is lacking recent build improvements such as support for Library Projects.5 It is recommended to directly use the com.android.sdklib.build.ApkBuilder class instead.
17 package com.android.ide.eclipse.adt.internal.build.builders;20 import com.android.sdklib.build.ApkBuilder;
148 .build(); in createStringDataType()156 .build(); in createIntegerDataType()164 .build(); in createIntegerPointerDataType()172 .build(); in createEnumDataType()193 return builder.build(); in constructGLMessage()