How to create multiple Android apps from one code base

后端 未结 5 1798
醉梦人生
醉梦人生 2021-02-05 06:40

I have an Android code base which uses APIs with settings to get different data for several apps. All apps use the same code base but with one or two design tweaks. So how do I

5条回答
  •  情书的邮戳
    2021-02-05 07:13

    Check out "Working With Library Projects" from the Android documentation. This should be just what you're looking for: http://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject

提交回复
热议问题