Cannot run under Android (could not find method)

Issue #113 invalid
Former user created an issue

Running inside an Android Simulator and reading some m4a and mp3 files (not writing!) I get the following error messages:

I/dalvikvm: Could not find method java.io.File.toPath, referenced from method org.jaudiotagger.audio.AudioFileIO.writeFile W/dalvikvm: VFY: unable to resolve virtual method 15360: Ljava/io/File;.toPath ()Ljava/nio/file/Path; D/dalvikvm: VFY: replacing opcode 0x6e at 0x0027

I/dalvikvm: Could not find method java.nio.file.Paths.get, referenced from method org.jaudiotagger.audio.mp3.MP3File.getHash W/dalvikvm: VFY: unable to resolve static method 15794: Ljava/nio/file/Paths;.get (Ljava/lang/String;[Ljava/lang/String;)Ljava/nio/file/Path; D/dalvikvm: VFY: replacing opcode 0x71 at 0x0027

Comments (2)

  1. Log in to comment