Loading docs/html/google/play/publishing/multiple-apks.jd +12 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ APK. </p> <ul> <li>Support different OpenGL texture compression formats with each APK.</li> <li>Support different screen sizes and densities with each APK.</li> <li>Support different device feature sets with each APK.</li> <li>Support different platform versions with each APK.</li> <li>Support different CPU architectures with each APK (such as for ARM, x86, and MIPS, when your app uses the <a href="{@docRoot}tools/sdk/ndk/index.html">Android NDK</a>).</li> Loading Loading @@ -248,6 +249,17 @@ If you can't avoid using both, be aware that for any conflicts in agreement betw <br/> </li> <li><strong>Device feature sets</strong> <p>This is based on your manifest file's <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code <uses-feature>}</a> element(s).</p> <p>For example, you can provide one APK for devices that support multitouch and another APK for devices that do not support multitouch. See <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#features-reference">Features Reference</a> for a list of features supported by the platform.</p> <br/> </li> <li><strong>API level</strong> <p>This is based on your manifest file's <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">{@code <uses-sdk>}</a> element. Loading Loading
docs/html/google/play/publishing/multiple-apks.jd +12 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,7 @@ APK. </p> <ul> <li>Support different OpenGL texture compression formats with each APK.</li> <li>Support different screen sizes and densities with each APK.</li> <li>Support different device feature sets with each APK.</li> <li>Support different platform versions with each APK.</li> <li>Support different CPU architectures with each APK (such as for ARM, x86, and MIPS, when your app uses the <a href="{@docRoot}tools/sdk/ndk/index.html">Android NDK</a>).</li> Loading Loading @@ -248,6 +249,17 @@ If you can't avoid using both, be aware that for any conflicts in agreement betw <br/> </li> <li><strong>Device feature sets</strong> <p>This is based on your manifest file's <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html">{@code <uses-feature>}</a> element(s).</p> <p>For example, you can provide one APK for devices that support multitouch and another APK for devices that do not support multitouch. See <a href="{@docRoot}guide/topics/manifest/uses-feature-element.html#features-reference">Features Reference</a> for a list of features supported by the platform.</p> <br/> </li> <li><strong>API level</strong> <p>This is based on your manifest file's <a href="{@docRoot}guide/topics/manifest/uses-sdk-element.html">{@code <uses-sdk>}</a> element. Loading