Lines Matching full:apks
1 page.title=Creating Multiple APKs with 2+ Dimensions
2 parent.title=Maintaining Multiple APKs
6 previous.title=Creating Multiple APKs for Different GL Textures
25 <li><a href="#Confirm">Confirm You Need Multiple APKs</a></li>
36 <li><a href="http://developer.android.com/google/play/publishing/multiple-apks.html">Multiple APK
43 <p>When developing your Android application to take advantage of multiple APKs on Google Play,
45 further into the development process. This lesson shows you how to create multiple APKs of your
50 <h2 id="Confirm">Confirm You Need Multiple APKs</h2>
57 case. The <a href="{@docRoot}google/play/publishing/multiple-apks.html#ApiLevelOptions">Using
76 material in the resources linked, and determined that multiple APKs are the right path for your
82 <p>Start off by creating a simple chart to quickly determine how many APKs you need, and what screen
84 have an easy reference for later. Let?s say you want to split your APKs across two dimensions, API
164 Above is an example with four APKs. Blue is for all small/normal screen devices, Green is for large
194 colors, menu icons and layout that isn?t going to change across APKs, and put
209 need to share the package name with the library. If you were to have 3 APKs following the scheme
213 alexlucas:~/code/multi-apks-root$ ls
230 <p>When a user downloads an application which uses multiple APKs through Google Play, the correct
235 <li>Of the eligible APKs, highest version number wins.</li>
238 <p>By way of example, let?s take the set of multiple APKs described earlier, and assume that each
325 XLarge device with API 11 can conceivably run any one of the 4 APKs specified.
346 <p> In order to keep all your APKs on separate "tracks", it?s important to have a good version code
348 href="{@docRoot}google/play/publishing/multiple-apks.html#VersionCodes">Version Codes</a> area of
350 APKs, we?d use two digits to represent the minSDK, two to represent the min/max screen size, and 3
352 (say, from 10 to 11), any APKs that are now eligible and preferred over the currently installed one
354 set of APKs, might look like:</p>
424 specifically relevant to multiple APKs, and in no way represent a complete checklist for all
427 <li>All APKs must have the same package name.</li>
428 <li>All APKs must be signed with the same certificate.</li>
429 <li>If the APKs overlap in platform version, the one with the higher minSdkVersion must have a
481 <p>Once you?ve completed the pre-launch checklist, upload your APKs to Google Play. It may take a bit for the application to show up when browsing Google Play, but when it does, perform one last check. Download the application onto any test devices you may have to make sure that the APKs are targeting the intended devices. Congratulations, you?re done!</p>