This is the line I run:
AudioInputStream clip1 = AudioSystem.getAudioInputStream(new File(wavFile1));
This is the exception I get (From LogCat)
It clearly means class AudioSystem is not present in your project. May be you were referencing some libraries which may be missing now.