help building Hello World for replicant sdk
Scott N. Walck
walck at lvc.edu
Wed Jul 6 01:13:10 UTC 2011
> > > BUILD FAILED
> > > /usr/local/walck-src/replicant/sdk/android-sdk_eng.gnutoo_linux-x86/platforms/android-2.2.1/ant/ant_rules_r2.xml:293: The following error occurred while executing this line:
> > > /usr/local/walck-src/replicant/sdk/android-sdk_eng.gnutoo_linux-x86/platforms/android-2.2.1/ant/ant_rules_r2.xml:156: java.lang.NoClassDefFoundError: com/android/jarutils/DebugKeyProvider$KeytoolException
Thanks, Paul.
With one symlink I got it to work.
ln -s /usr/local/walck-src/replicant/replicant-2.2/out/host/linux-x86/framework/jarutils.jar /usr/local/walck-src/replicant/sdk/android-sdk_eng.gnutoo_linux-x86/tools/lib
The file jarutils.jar was produced by following the build instructions at
http://trac.osuosl.org/trac/replicant/wiki/BuildDream
for building replicant images from source.
It appears that <sdk>/tools/lib needs access to jarutils.jar .
Again, many thanks.
Scott
More information about the Replicant
mailing list