|
From: Eric W. <nor...@yh...> - 2012-08-02 21:10:10
|
Vaishali <vai...@gm...> wrote:
> I am building sox for android -arm phone. I am getting this error .
> java.lang.ExceptionInInitializerError is the error I checked in the
> libs/armeabi dir the libsndfile.so is present. Any idea on how to
> troubleshoot this. The line number 93 which shows the exception is
> System.loadLibrary("sndfile");
>
> It is not finding this 'FLAC__metadata_object_delete' in the library . Any
> idea how to fix this. Has anyone come across this before.
You need to install libFLAC in addition to libsndfile.
You can probably install libFLAC using whatever method you used
to get libsndfile installed...
(I have no idea how/why you use Java with SoX, but I don't
develop for Android)
|