Questions tagged [multiple-apk]
33 questions
6
votes
1 answer
Publishing multiple apks with different filters for mobile and tv
I want to publish multiple apks: one for mobile and other androidtv within same application. As per Publishing Multiple APKs with Different Filters there are only four distinguishing filters within same application:
Currently, Google Play allows…

random
- 10,238
- 8
- 57
- 101
4
votes
1 answer
Multiple apk versionCode distinction
I have an application that supports both x86 and arm-v7 platforms.
I should define different android:versionCode for different platform apks. Therefore I put for example 100 and 200 in value and upload an apk to Google Play. The issue in devices…

Warabei
- 143
- 1
- 8
3
votes
1 answer
Android Multiple APKs (density specific)
My game is still in development, however the APK is likely to end up at around 100-150MB. Therefore, I was considering using an expansion file, however these are saved to a public location and not as secure as APKs.
Therefore I have decided to take…

SingleWave Games
- 2,618
- 9
- 36
- 52
2
votes
3 answers
Multiple APKs or single APK for different API levels?
I have an APK file that contains my application running on a minimum of API 21 so that I can best support material design functions. Since Android Lollipop (API 21) only runs on 12.4% of devices, I naturally want to also support lower APIs. What is…

Bobby
- 1,416
- 1
- 17
- 30
2
votes
1 answer
Multiple APKs, Targeting only screens with resolution higher then 1280x740
My app have huge images. I use different APK files for different screen size so a user with small screen won't get a very large apk.
I have declared on my manifest:
android:requiresSmallestWitdhDp=600
but the apk is being downloaded by devices like…

Androider
- 21
- 2
2
votes
1 answer
Multiple APK Rules..?
I have build an android application using multiple apk files. I have followed the rules ie, unique version code, same package name, signed with the same certificate key, same apk file name. Now in order to distinguish for different screen…

KKC
- 538
- 1
- 11
- 27
1
vote
2 answers
Multiple APK - Make calls
If i have an application that needs to make calls and want to make another version that doesnt use it (to enable it to work on tablets wifi only - and also to enable uses to install it from the market of course) how can i do it?
Multiple APK…

neteinstein
- 17,529
- 11
- 93
- 123
1
vote
2 answers
Generating Multiple Apk according to the Native ABI
I am building release apk based on the ABI because of apk size to publish on Play store.
So I started apk building for ABI = armeabi-v7a then building ABI = x86 and ABI = areambi
so my gradle look like this
app gradle
android {
…

Amjad Khan
- 1,309
- 15
- 32
1
vote
1 answer
Publishing Same Android App for Different Countries
I've developed an android app that i want to publish on google play store. Issue is that the app won't work same in the different countries so I've to tweak my apk and upload the same android app for different countries.
I've read on Google…

user6872333
- 41
- 1
- 6
1
vote
1 answer
Android Apk Split for different screen sizes
Hi I am in a spot of bother I am not sure how to configure my build.gradle script to build Apks for the supported screen sizes.
And I am confused as to what Google play uses to check which apk to install does it check the screen size of the device…

morristech
- 43
- 2
- 7
1
vote
1 answer
Users do not receive auto-update with multiple apk
I submitted an update with Multiple APK, in order to support multiple API Level and reduce APK size. Only few user updated and it seems that Auto-update doesn't work anymore (users has to manually update the app).
The build number is greater than…

sonique
- 4,539
- 2
- 30
- 39
1
vote
1 answer
How to make Multiple APKs based on uses-features "android.hardware.telephony" in Android?
I want to use Multiple APK support in Android to create 2 different APKs.
One APK for devices which supports "PHONE CALL & SMS".
Another APK for devices which doesn't support "PHONE CALL & SMS".
Rest of the features are common in both the…

Andhravaala
- 319
- 6
- 18
1
vote
2 answers
Doesn't show application for 7 inch tab in google play
I created an application for Tablet 7 inch and 10 inch. After developed i added below code in manifest to show the application visible only to the tablet in Google Play.

Renjith Krishnan
- 2,446
- 5
- 29
- 53
1
vote
0 answers
Publishing multiple applications within a project
I want to develop an android application that screen design and source code are same but contents of screen (background color, images, font, text etc.) are different for each client. How can I configure the project?
This android project should have…

realuser
- 931
- 2
- 15
- 26
1
vote
1 answer
Targeting multiple devices with multiple APKs
I'm developing games for Android, and because very varying nature of Android devices (From Samsung Galaxy Y to Google Nexus 10) I've decided to use "multiple APK"-feature of Google Play. I've decided to create 4 different packages, each with assets…

Habba
- 1,179
- 2
- 13
- 32