Loading docs/html/tools/building/manifest-merge.jd +6 −1 Original line number Diff line number Diff line Loading @@ -303,7 +303,12 @@ attribute value. </p> <p class="note"><strong>Note:</strong> Android Studio provides a default <code>${applicationId}</code> placeholder for the <code>build.gradle</code> <code>applicationId</code> value that is not shown in the build file.</p> <code>applicationId</code> value that is not shown in the build file. When building an AAR (Android ARchive) package for library modules, do not provide an automatic <code>@{applicationId}</code> placeholder in the <a href="{@docRoot}tools/building/manifest-merge.html">manifest merge</a> settings. Instead, use a different placeholder, such as <code>@{libApplicationId}</code> and provide a value for it if you want to include application Ids in the archive library. </p> <p>Manifest entry:</p> Loading Loading
docs/html/tools/building/manifest-merge.jd +6 −1 Original line number Diff line number Diff line Loading @@ -303,7 +303,12 @@ attribute value. </p> <p class="note"><strong>Note:</strong> Android Studio provides a default <code>${applicationId}</code> placeholder for the <code>build.gradle</code> <code>applicationId</code> value that is not shown in the build file.</p> <code>applicationId</code> value that is not shown in the build file. When building an AAR (Android ARchive) package for library modules, do not provide an automatic <code>@{applicationId}</code> placeholder in the <a href="{@docRoot}tools/building/manifest-merge.html">manifest merge</a> settings. Instead, use a different placeholder, such as <code>@{libApplicationId}</code> and provide a value for it if you want to include application Ids in the archive library. </p> <p>Manifest entry:</p> Loading