Multiple applications with different names for the same code base

后端 未结 5 670
无人及你
无人及你 2020-12-29 00:32

Reading this article, thought having the same problem - One code base, two applications on Android

I have created an application testApp that has items

5条回答
  •  隐瞒了意图╮
    2020-12-29 01:16

    For this you have to use App Localization concept. For this you have to create different resources, durables. Let say You want to run your application in japan, you have to create drawable folder like "res/drawable-ja". This is same as you create different layouts to support tablet and small devices. here is reference link: http://developer.android.com/guide/topics/resources/localization.html http://developer.android.com/distribute/googleplay/publish/localizing.html

提交回复
热议问题