What steps will reproduce the problem?
Your pom.xml
<keystore>C:\Work\keystore\djvudroid.keystore</keystore>
<storepass>djvudroid</storepass>
<keypass>djvudroid</keypass>
<alias>DjvuDroid</alias>
What is the expected output? What do you see instead?
But for commans build you can use signing in Debug Mode:
<keystore>${user.home}/.android/debug.keystore</keystore>
<storepass>android</storepass>
<keypass>android</keypass>
<alias>androiddebugkey</alias>
Original issue reported on code.google.com by helper.h...@gmail.com on 26 Apr 2010 at 12:07
Original issue reported on code.google.com by
helper.h...@gmail.com
on 26 Apr 2010 at 12:07