Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 137) sorted by relevance

123456

/sdk/docs/
Dhowto_build_SDK.txt16 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.sh
90 Package SDK: out/host/darwin-x86/sdk/android-sdk_eng.<build-id>_mac-x86.zip
94 - Depending on your machine you can tell 'make' to build more things in
95 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 gets
103 There are certain characters you should avoid in the build number, typically
115 SDK is build on top of a Linux SDK where a few binaries are replaced. So it
[all …]
/sdk/eclipse/scripts/
Dbuild_adt.sh33 echo Running gradle to build tools libraries...
40 ./tools/gradlew -i -b sdk/eclipse/build.gradle --no-daemon copydeps
43 echo Launching Tycho to build ADT plugins and bundle
44 ( set -x ; BUILD_NUMBER="$BNUM" ./tools/gradlew -i -b sdk/eclipse/build.gradle --no-daemon buildEcl…
/sdk/eclipse/buildConfig/
Dbuild.properties18 # 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 where
104 # the build takes place.
107 # Type of build. Used in naming the build output. Typically this value is
109 buildType=build
111 # ID of the build. Used in naming the build output.
[all …]
/sdk/
D.gitignore9 /build/ivy.xml
17 eclipse/plugins/com.android.ide.eclipse.*/build.xml
18 eclipse/features/com.android.ide.eclipse.*/build.xml
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DExportMessages.properties16 PageDescription=Generates Gradle build files based on the configuration of the Java projects
20 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}...
/sdk/testapps/jarCheckTests1/app/
Dant.properties1 # 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.
/sdk/testapps/gridlayoutTest/app/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests2/app/
Dant.properties1 # 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.
/sdk/testapps/basicProjectWithAidl/
Dant.properties1 # 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.
/sdk/testapps/customViewTest/libWithCustomView/
Dant.properties1 # 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.
/sdk/testapps/aidlTest/mainProject/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests3/lib2/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests3/app/
Dant.properties1 # 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.
/sdk/testapps/customViewTest/mainProject/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests3/lib1/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests2/lib1/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests1/lib2/
Dant.properties1 # 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.
/sdk/testapps/buildConfigTest/app/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests1/lib1/
Dant.properties1 # 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.
/sdk/testapps/jarCheckTests2/lib2/
Dant.properties1 # 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.
/sdk/testapps/aidlTest/libWithAidl/
Dant.properties1 # 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.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DNativeLibInJarException.java17 package com.android.ide.eclipse.adt.internal.build;
19 import com.android.sdklib.build.ApkBuilder.JarStatus;
/sdk/apkbuilder/
Dreadme.txt2 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.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DJavaResChangedSet.java17 package com.android.ide.eclipse.adt.internal.build.builders;
20 import com.android.sdklib.build.ApkBuilder;
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger.tests/src/com/android/ide/eclipse/gltrace/format/
DGLMessageFormatterTest.java148 .build(); in createStringDataType()
156 .build(); in createIntegerDataType()
164 .build(); in createIntegerPointerDataType()
172 .build(); in createEnumDataType()
193 return builder.build(); in constructGLMessage()

123456