Working on a basic sound board for a trip abroad. Set up everything to work fine in Browsers but wanted to use PhoneGap Build/GitHub to make it downloadable as cell service
Its a sound file path issue.
instead of /android_asset/www/audio/AudioFile2.mp3
/android_asset/www/audio/AudioFile2.mp3
try
/android_asset/www/default/audio/AudioFile2.mp3
I see all other settings are correct in your shared code.