diff --git a/docs/html/tools/building/manifest-merge.jd b/docs/html/tools/building/manifest-merge.jd index 54166ec963325..225358433af65 100644 --- a/docs/html/tools/building/manifest-merge.jd +++ b/docs/html/tools/building/manifest-merge.jd @@ -303,7 +303,12 @@ attribute value.
Note: Android Studio provides a default
${applicationId} placeholder for the build.gradle
-applicationId value that is not shown in the build file.
applicationId value that is not shown in the build file.
+When building an AAR (Android ARchive) package for library modules, do not provide an
+automatic @{applicationId} placeholder in the
+manifest merge settings.
+Instead, use a different placeholder, such as @{libApplicationId} and
+provide a value for it if you want to include application Ids in the archive library.
Manifest entry: