Automation for Android release build

后端 未结 5 1303
醉梦人生
醉梦人生 2021-01-31 04:43

I have ten Android projects in one folder. For each project, I can use ant debug to build it. So it is no problem to write a simple script to compile all these proj

5条回答
  •  [愿得一人]
    2021-01-31 05:01

    have a look at this article, especially where it starts mentioning key.store.password. I've used it without troubles.

    Basically you should create some secure.properties file local to your (build) machine, that has to be kept relatively safe, e.g. not accessible to everyone or not stored for everyone in source control. That file stores the passwords as properties with the right names, and it's imported into project ANT build file.

提交回复
热议问题