On Jul 5, 10:50 am, Martin Vysny <
vy...@baka.sk> wrote:
> On Mon, 2010-07-05 at 02:40 -0700, fergal wrote:
> > First off, thanks for aedict, I'm using it a lot now that I'm trying
> > to read manga and doudle thanks for making it open, so hopefully I can
> > add some of things I want.
>
> > I foundhttp://
code.google.com/p/aedict/wiki/Compileand I think I
> > followed the instructions correctly but ended up with
>
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Keystore not specificed and could not locate default
> > debug.keystore
>
> > This makes sense since I have no keys. How do I enable the debug
> > keystore with maven? Or should I be doing it somewhere else?
>
> > Fergal
>
> Hi,
> it's good to hear that the app is helpful :) Yeah, the build process
> is quite overcomplicated - sorry. To generate the debug keystore please
> tryhttp://
code.google.com/p/aedict/wiki/Eclipse
> - just let me know if the instructions are not clear.
I found a way to do it without eclipse (I don't have it installed and
would rather avoid it - I know android is kind of built for it which
is a shame as that puts a really high barrier to entry to people
casually fixing and changing open source android apps).
I found this page
http://developer.android.com/guide/publishing/app-signing.html
which has all of the debug.keystore passwds etc so I ran
keytool -genkeypair -keystore debug.keystore -keypass android -alias
androiddebugkey -storepass android
and fed it some answers for CN etc (I took the values from that page,
although I suspect they're not important, I don't know). Then your
wiki page told me that debug.keystore had to go into ~/.android .
After that it built just fine. You might want to update the wiki page.
I am a little worried that it took 5 minutes to build (I wasn't doing
a clean, just an install). Is there something that you do to shorten
that when developing?
F
> Sincerely,
> Martin