Searched for reference in Google Play Developer, never found. Can I add an APK for each language in the Google Play Developer Console? And if you can, what you need to do to add them.

  • 7
    Why different APK when there is such a thing as internationalization in Android? Resource pack hard to get? Load resources from the outside when installing the application and that's it. (Recall games that require " pre - installation ", for example, "). - DimXenon
  • what for? if support for multiple languages ​​and even dialects can be implemented in the application itself in one APK - ZigZag
  • I think you are trying to solve your problem with a crutch. What exactly is the problem? As I understand it, different AIC for different languages ​​is your solution to some problem? - Vladyslav Matviienko
  • @metalurgus. I have a database and the application code naturally works with this database, but if translated into another language, the columns in the database table can be either less or more depending on the language. And because of this, I would like to create an application separately for the language. - Iman
  • @Iman and how is the language and the number of columns in the database related? And how much will it be different? Maybe it makes sense to make the maximum number and let them be empty. - pavel

0