How can I specify location of debug keystore for Android ant debug builds?

前端 未结 7 1195
北荒
北荒 2020-12-01 05:36

Is it possible to specify the location of a self created debug keystore when creating debug .apk\'s (-debug.apk) with ant

7条回答
  •  遥遥无期
    2020-12-01 05:40

    • Create a new and empty folder within your Eclipse workspace.

    • Copy the file "debug.keystore" from its standard location (e.g. "c:/Users/YourAcount/.Android/" on Windows) into that new directory.

    • Configure Eclipse to use that new directory/file for all Debug APKs (Eclipse --> Window --> Preferences --> Android --> Build --> Custom Debug Keystore".

提交回复
热议问题