java - Android Studio: Can't associate .mp3 files with a file type -



java - Android Studio: Can't associate .mp3 files with a file type -

so new android development; reason when tried add together sound (from .mp3) file, not start. needs me associate file file type.

what use? don't see file types 'sound'

the reason mp3 files not allowed sound files in android studio. converted mp3 file wav file using this website. , had error: "name of file should not have uppercase letter". changed name of file lowercase , fine, now.

java android mp3

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -