| /frameworks/base/core/res/ |
| Android.mk | 23 # Tell aapt to create "extending (non-application)" resource IDs,
|
| MakeJavaSymbols.sed | 2 # to generate the set of <java-symbol> commands to have aapt generate
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
| IdeScanningContext.java | 69 * valid and if not request a full AAPT check 120 * also clear up any aapt errors in files that are no longer applicable) 210 * a full aapt for. 213 * aapt runs for, or null
|
| ResourceManager.java | 587 /** Qualified name for the per-project persistent property "needs aapt" */ 589 "aapt");//$NON-NLS-1$ 593 * project, as needing a full aapt build the next time the project is built. 595 * @param project the project to mark as needing aapt 604 // For library projects also mark the dependent projects as needing full aapt 620 * Clear the "needs aapt" flag set by {@link #markAaptRequested(IProject)}. 625 * @param project the project to clear from the needs aapt list 631 // the aapt flags on the dependent projects since they may still depend 640 * Returns whether the given project needs a full aapt build. 643 * @return true if the project needs a full aapt ru [all...] |
| /external/chromium_org/tools/android/ |
| find_unused_resources.py | 25 ['aapt', 'dump', 'resources', apk_path], 28 assert p.returncode == 0, 'aapt dump failed' 99 # aapt dump fails silently. Notify the user if things look wrong.
|
| /prebuilts/sdk/tools/ |
| Android.mk | 53 LOCAL_MODULE := aapt 54 LOCAL_SRC_FILES := $(HOST_OS)/aapt$(HOST_EXECUTABLE_SUFFIX) 58 LOCAL_BUILT_MODULE_STEM := aapt$(HOST_EXECUTABLE_SUFFIX)
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
| AaptParserTest.java | 35 // Test the "at 'property' with value 'value' range matching included with most aapt errors 44 // Check that when the actual aapt error occurs on a line later than the original error 76 // Check for aapt error which occurs when the attribute name in an item style declaration
|
| AaptQuickFixTest.java | 98 // the real aapt errors are there. But when the test is run directly, aapt has 101 // etc) so instead this test just hardcodes the aapt errors that should be
|
| /frameworks/base/tools/aapt/ |
| printapk.cpp | 18 "APKFILE an android packge file produced by aapt.\n"
|
| /sdk/eclipse/ |
| dictionary.txt | 2 aapt
|
| /development/build/ |
| Android.mk | 45 # resource files out of there for aapt. 47 # Normally the package rule runs aapt, which includes the resource,
|
| /frameworks/base/core/java/android/content/res/ |
| Resources.java | 230 * @param id The desired resource identifier, as generated by the aapt 257 * @param id The desired resource identifier, as generated by the aapt 320 * @param id The desired resource identifier, as generated by the aapt 346 * @param id The desired resource identifier, as generated by the aapt 375 * @param id The desired resource identifier, as generated by the aapt 402 * @param id The desired resource identifier, as generated by the aapt 422 * @param id The desired resource identifier, as generated by the aapt 439 * @param id The desired resource identifier, as generated by the aapt 459 * @param id The desired resource identifier, as generated by the aapt 479 * @param id The desired resource identifier, as generated by the aapt [all...] |
| /development/build/tools/ |
| windows_sdk.mk | 34 aapt adb aidl \
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PreCompilerBuilder.java | 355 // store "aapt required" on this project, but also on any projects 376 // Has anyone marked this project as needing aapt? Typically done when [all...] |
| /build/tools/ |
| warn.py | 94 { 'category':'aapt', 'severity':severity.MEDIUM, 'members':[], 'option':'', 95 'description':'aapt: no comment for public symbol', 223 { 'category':'aapt', 'severity':severity.MEDIUM, 'members':[], 'option':'', 224 'description':'aapt: No default translation', 226 { 'category':'aapt', 'severity':severity.MEDIUM, 'members':[], 'option':'', 227 'description':'aapt: Missing default or required localization', 229 { 'category':'aapt', 'severity':severity.MEDIUM, 'members':[], 'option':'', 230 'description':'aapt: String marked untranslatable, but translation exists', 232 { 'category':'aapt', 'severity':severity.MEDIUM, 'members':[], 'option':'', 233 'description':'aapt: empty span in string' [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| BuildHelper.java | 84 * application resources using aapt into a zip file that is ready to be integrated into the apk. 200 * @param resFilter an optional resource filter to be used with the -c option of aapt. If null 221 // need to figure out some path before we can execute aapt; 844 String aapt = mBuildToolInfo.getPath(BuildToolInfo.PathId.AAPT); local [all...] |
| AaptQuickFix.java | 77 /** Returns the error message from aapt that signals missing resources */ 82 /** Returns the error message from aapt that signals a missing namespace declaration */ 158 // We have to find the corresponding project/file (so we can look up the aapt
|
| /build/core/ |
| package.mk | 236 $(R_file_stamp): $(all_res_assets) $(full_android_manifest) $(RenderScript_file_stamp) $(AAPT) | $(ACP) 268 $(resource_export_package): $(all_res_assets) $(full_android_manifest) $(RenderScript_file_stamp) $(AAPT) 392 $(LOCAL_BUILT_MODULE): $(AAPT) | $(ZIPALIGN)
|
| static_java_library.mk | 117 $(R_file_stamp) : $(all_resources) $(full_android_manifest) $(AAPT) $(framework_res_package_export_deps)
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
| AdtConstants.java | 77 /** aapt's proguard output */ 166 /** aapt marker error when running the compile command, only to be used 184 /** aapt marker error when running the package command, only to be used in
|
| /sdk/files/ant/ |
| build.xml | 47 <property name="aapt.resource.filter" value="" /> 48 <!-- 'aapt.ignore.assets' is the list of file patterns to ignore under /res and /assets. 59 <property name="aapt.ignore.assets" value="" /> 481 <property name="aapt" location="${android.build.tools.dir}/aapt${exe}" /> 638 <!-- Code Generation: compile resources (aapt -> R.java), aidl, renderscript --> 659 <!-- renderscript generates resources so it must be called before aapt --> 677 <aapt executable="${aapt}" 688 ignoreAssets="${aapt.ignore.assets} [all...] |
| /frameworks/base/docs/html/tools/building/ |
| index.jd | 58 <li>The Android Asset Packaging Tool (aapt) takes your application resource files, such as the
|
| /frameworks/base/docs/html/tools/help/ |
| index.jd | 81 <code>aapt</code>, <code>dexdump</code>, and <code>dx</code>, are typically called by the Android
|
| /frameworks/base/docs/html/training/multiple-apks/ |
| api.jd | 347 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and 351 >aapt dump badging 370 <p>When you examine aapt output, be sure to check that you don?t have conflicting values for
|
| multiple.jd | 443 "aapt" tool. Aapt (the Android Asset Packaging Tool) is part of the build process for creating and 447 >aapt dump badging 466 <p>When you examine aapt output, be sure to check that you don?t have conflicting values for
|