Build multiple (test/prod) versions of Android APKs in Eclipse

前端 未结 5 493
鱼传尺愫
鱼传尺愫 2020-12-24 07:38

I\'m looking to optimize generating of slightly different APKs of the same Android app, the only difference being the http API server it\'s using (dev/staging/prod).

5条回答
  •  春和景丽
    2020-12-24 07:48

    For passing parameters, you could always create a file in android's directory system and have your code read it from it.

提交回复
热议问题