Home | History | Annotate | Download | only in multiple-apks

Lines Matching full:apks

1 page.title=Creating Multiple APKs for Different API Levels
2 parent.title=Maintaining Multiple APKs
6 next.title=Creating Multiple APKs for Different Screen Sizes
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
47 <p>When developing your Android application to take advantage of multiple APKs on Google Play,
49 further into the development process. This lesson shows you how to create multiple APKs of your
54 <h2 id="Confirm">Confirm You Need Multiple APKs</h2>
60 href="{@docRoot}google/play/publishing/multiple-apks.html#ApiLevelOptions">Using Single APK
81 material in the resources linked, and determined that multiple APKs are the right path for your
86 <p>Start off by creating a simple chart to quickly determine how many APKs you need, and what API
158 colors, menu icons and layout that isn?t going to change across APKs, and put
173 need to share the package name with the library. If you were to have 3 APKs following the scheme
177 alexlucas:~/code/multi-apks-root$ ls
193 <p>When a user downloads an application which uses multiple APKs through Google Play, the correct
197 <li>Of the eligible APKs, highest version number wins</li>
200 By way of example, let?s take the set of multiple APKs described earlier, and assume that we haven?t
201 set a max API level for any of the APKs. Taken individually, the possible range of each APK would
289 <p> In order to keep all your APKs on separate "tracks", it?s important to have a good version code
291 href="{@docRoot}google/play/publishing/multiple-apks.html#VersionCodes">Version Codes</a> area of
292 our developer guide. Since the example set of APKs is only dealing with one of 3 possible
326 <p> Before uploading to Google Play, double-check the following items. Remember that these are specifically relevant to multiple APKs, and in no way represent a complete checklist for all applications being uploaded to Google Play.</p>
329 <li>All APKs must have the same package name</li>
330 <li>All APKs must be signed with the same certificate</li>
331 <li>If the APKs overlap in platform version, the one with the higher minSdkVersion must have a higher version code</li>
376 <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>