Home
last modified time | relevance | path

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

12345678

/sdk/sdkmanager/
D.gitignore2 /build
3 /libs/build
5 /libs/sdklib/build
/sdk/monitor/
DHOWTO-BUILD1 To build the Monitor RCP based application, do:
8 This will build the RCP for all the platforms in the folder:
9 $ANDROID_SRC/out/host/eclipse/rcp/build/I.RcpBuild/
11 To build only a subset of platforms, use:
DAndroid.mk15 RCP_LOG_FILE := out/host/eclipse/rcp/build/monitor.log
16 RCP_MONITOR_DIR := $(TOPDIR)out/host/eclipse/rcp/build/I.RcpBuild
31 $(TOPDIR)sdk/monitor/build.xml \
32 $(TOPDIR)sdk/monitor/build.properties \
41 -configuration ../../out/host/eclipse/rcp/build/configuration \
/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
114 not designed to be built on Windows so technically the Windows SDK is build on top
[all …]
/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/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/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/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/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/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/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/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/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/basicProjectWithAidl/
Dbuild.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/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/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/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/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/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/layoutlib_api/sample/testproject/
Dbuild.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.

12345678