OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aapt
(Results
1 - 25
of
108
) sorted by null
1
2
3
4
5
/external/chromium_org/build/android/ant/empty/res/
.keep
1
# This empty res folder can be passed to
aapt
while building Java libraries or
/frameworks/base/tools/aapt/tests/plurals/
AndroidManifest.xml
3
package="com.android.
aapt
.test.plurals">
run.sh
1
TEST_DIR=tools/
aapt
/tests/plurals
9
aapt
package -v -x -m -z -J $TEST_OUT_DIR/java -M $TEST_DIR/AndroidManifest.xml \
/external/chromium_org/build/android/
AndroidManifest.xml
9
This dummy manifest is passed to
aapt
when generating R.java in java.gypi.
10
Nothing in the manifest is used, but it is still required by
aapt
.
/external/droiddriver/samples/testapp/tests/res/
.README.txt
2
Starting the file with a dot keeps
aapt
(res compiler) happy.
/external/jmonkeyengine/engine/src/android/com/jme3/app/
R.java
4
*
aapt
tool from the resource data it found. It
/external/chromium_org/build/android/ant/
apk-package-resources.xml
50
<property name="
aapt
" location="${android.sdk.tools.dir}/
aapt
" />
55
<property name="
aapt
.resource.filter" value="" />
56
<!-- '
aapt
.ignore.assets' is the list of file patterns to ignore under /res and /assets.
67
<property name="
aapt
.ignore.assets" value="" />
94
<exec executable="${
aapt
}" taskName="crunch">
105
<
aapt
106
executable="${
aapt
}"
117
resourcefilter="${
aapt
.resource.filter}"
123
ignoreAssets="${
aapt
.ignore.assets}"
[
all
...]
apk-codegen.xml
30
<property name="
aapt
" location="${android.sdk.tools.dir}/
aapt
" />
78
<property name="
aapt
.ignore.assets" value="" />
89
<!-- Code Generation: compile resources (
aapt
-> R.java), aidl -->
95
<
aapt
executable="${
aapt
}"
105
ignoreAssets="${
aapt
.ignore.assets}"
110
</
aapt
>
/external/chromium_org/build/android/pylib/utils/
apk_helper.py
15
['
aapt
', 'dump', 'badging', apk_path]).split('\n')
/sdk/files/
alias_rules.xml
17
<condition property="
aapt
" value="${android.tools.dir}/
aapt
.exe" else="${android.tools.dir}/
aapt
">
30
<exec executable="${
aapt
}" failonerror="true">
/frameworks/base/tools/aapt/
Android.mk
67
LOCAL_MODULE :=
aapt
71
#
aapt
for running on the device
78
LOCAL_MODULE :=
aapt
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java
44
* Single line
aapt
warning for skipping files.<br>
51
* First line of dual line
aapt
error.<br>
58
* Second line of dual line
aapt
error.<br>
66
* First line of dual line
aapt
error.<br>
73
* Second line of dual line
aapt
error.<br>
81
* Single line
aapt
error<br>
87
* First line of dual line
aapt
error.<br>
94
* Second line of dual line
aapt
error.<br>
103
* Single line
aapt
warning<br>
110
* Single line
aapt
error<br
[
all
...]
AaptExecException.java
20
* Exception thrown when the execution of
aapt
fails.
AaptResultException.java
20
* Exception thrown when
aapt
reports an error in the resources.
ProguardResultException.java
20
* Exception thrown when
aapt
reports an error in the resources.
ExecResultException.java
35
* Returns the full output of
aapt
.
42
* Returns the
aapt
return code.
build_messages.properties
13
Unparsed_AAPT_Errors=Unparsed
aapt
error(s)\! Check the console for output.
15
AAPT_Exec_Error_s=Error executing
aapt
. Please check
aapt
is present at %1$s
16
AAPT_Exec_Error_d=Error executing
aapt
: Return code %1$d
17
AAPT_Exec_Error_Other_s=Error executing
aapt
: %1$s
33
AAPT_Error='
aapt
' error. Pre Compiler Build aborted.
/external/chromium_org/build/android/gyp/
process_resources.py
56
aapt
= os.path.join(options.android_sdk_tools, '
aapt
')
65
package_command = [
aapt
,
86
aapt_cmd = [
aapt
,
/frameworks/base/docs/html/training/multiple-apks/
index.jd
53
configuration using the <code>
aapt
</code> tool before pushing live.</dd>
58
using the <code>
aapt
</code> tool before pushing live.</dd>
63
configuration using the <code>
aapt
</code> tool before pushing live.</dd>
69
manifest, and how to investigate your APK configuration using the <code>
aapt
</code> tool before
/development/build/
sdk-windows-x86.atree
48
rm build-tools/${PLATFORM_NAME}/
aapt
49
bin/
aapt
.exe strip build-tools/${PLATFORM_NAME}/
aapt
.exe
product_sdk.mk
30
aapt
\
/development/samples/Support7Demos/
Android.mk
18
# We need to add some special
AAPT
flags to generate R classes
/external/jmonkeyengine/engine/src/android/jme3test/android/
R.java
4
*
aapt
tool from the resource data it found. It
/build/core/
dex_preopt.mk
30
$(hide) $(
AAPT
) remove $(1) classes.dex
57
$(_dbj_jar_no_dex) : $(_dbj_src_jar) | $(ACP) $(
AAPT
)
/system/core/libutils/
README
45
packages by passing the -o flag to
aapt
.
78
During compilation, the
aapt
tool gathers application resources and
160
have to worry about the numeric resources IDs assigned by
aapt
, as this
173
guarantee
aapt
has assigned the same ID to the corresponding resource in
205
the -o flag passed to
aapt
.
207
The
aapt
-o flag instructs
aapt
to create an overlay package.
220
an entry for bool/b. Compile with
aapt
-o and place the results in
Completed in 1542 milliseconds
1
2
3
4
5