HomeSort by relevance Sort by last modified time
    Searched full:aapt (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /frameworks/base/docs/html/training/multiple-apks/
screensize.jd 321 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and
325 >aapt dump badging
344 <p>When you examine aapt output, be sure to check that you don?t have conflicting values for
texture.jd 266 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and
270 &gt;aapt dump badging
289 <p>When you examine aapt output, be sure to check that you don?t have conflicting values for
  /frameworks/base/docs/html/guide/topics/manifest/
uses-feature-element.jd 478 <p>You can use the <code>aapt</code> tool, included in the Android SDK, to
480 features and permissions. To do so, run <code>aapt</code> with the <code>dump
481 badging</code> command. This causes <code>aapt</code> to parse your
493 <li>Next, locate the <code>aapt</code> tool, if it is not already in your PATH.
494 If you are using SDK Tools r8 or higher, you can find <code>aapt</code> in the
497 <code>aapt</code> that is provided for the latest Platform-Tools component available. If
501 <li>Run <code>aapt</code> using this syntax: </li>
504 <pre>$ aapt dump badging &lt;<em>path_to_exported_.apk</em>&gt;</pre>
508 <pre>$ ./aapt dump badging BTExample.apk
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
RadioGroupTest.java 105 // aapt-generated IDs have a nonzero high byte; check that the ID generated by
106 // RadioGroup falls within a range that will not collide with aapt IDs.
  /frameworks/base/docs/html/guide/practices/
compatibility.jd 227 <p>This is implemented, in part, using the <code>aapt</code> tool in the SDK.
229 require, you can use the command <code>aapt dump badging</code>.</p>
  /build/core/
cleanbuild.mk 124 # A change in the list of aapt configs warrants an installclean, too.
config.mk 308 AAPT := $(HOST_OUT_EXECUTABLES)/aapt$(HOST_EXECUTABLE_SUFFIX)
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 4 * aapt tool from the resource data it found. It
  /ndk/build/core/
build-local.mk 154 # Place all generated library files here. This is rarely changed since aapt expects the default libs/
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceNameValidator.java 148 // AAPT only allows lowercase+digits+_:
  /frameworks/base/docs/html/guide/topics/resources/
accessing-resources.jd 48 the {@code aapt} tool automatically generates.</p>
50 <p>When your application is compiled, {@code aapt} generates the {@code R} class, which contains
182 R.java} file by hand&mdash;it is generated by the {@code aapt} tool when your project is
  /sdk/eclipse/
changes.txt 27 * Automatic ProGuard support for the aapt -G flag. This means that
344 - AAPT errors are handled better. They are now underlined for the
    [all...]
  /external/chromium_org/build/android/
envsetup_functions.sh 261 # Directory containing build-tools: aapt, aidl, dx
  /frameworks/base/core/java/android/util/
AttributeSet.java 48 * generated by aapt when compiling your resources. For example,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 206 // Original comment: whitespace was stripped by aapt.
  /sdk/
changes.txt 150 latest version of aapt/aidl/dx.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttributeInfo.java 317 // AAPT accepts more general floats, such as ".1",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 111 // because aapt put all the library in their order in this array, the first
  /development/build/
sdk.atree 74 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
  /frameworks/base/docs/html-intl/ja/guide/topics/
fundamentals.jd 50 Android ???????????? Java ???????????????????????? Java ????????????????????????????????? ???????<a href="{@docRoot}tools/aapt.html"><code>aapt</code> ???</a>????? Android ??????????????Android ??????????? {@code .apk} ?????? ???????<i></i>????????????????????????????????????Android ???????????????????? ????????????????????????????????1 ?? {@code .apk} ????????????????????1 ??????????????????<i></i>
    [all...]
  /frameworks/base/tools/aapt/
Main.cpp 20 static const char* gProgName = "aapt";
187 " Forces aapt to return an error if it fails to insert values into the manifest\n"
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 354 * <code>aapt</code>.
665 * is higher priority when calling aapt).
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 476 " * aapt tool from the resource data it found. It\n" +
698 " * aapt tool from the resource data it found. It\n" +
  /build/tools/releasetools/
check_target_files_signatures 217 p = common.Run(["aapt", "dump", "xmltree", full_filename,
  /frameworks/base/core/java/android/content/res/
XmlBlock.java 152 // whitespace was stripped by aapt.

Completed in 1629 milliseconds

1 23 4 5