I have an android app which needs to be signed using a specific keystore for it to be able to communicate with another app. I see that I can put the keystore file in a specific location for eclipse to use it. I don’t find any documentation on how to configure the keystore in build.xml for ant builds though.
Share
Per my research so far, the only way is to achieve this is to copy the keystore file to the default android keystore path (which is generally located under ~/.android directory.