adding sound to apps in linuxs

Search This thread

beefmaster

New member
Jun 16, 2014
3
0
hey i am running Ubuntu 14.04 and this is wear i do all of my development.

i have been coding android apps for a little while now and would like to add sound in all the tutorials i have seen or read they say add it to the raw folder and then set up a media player variable.

but on my Linux i went to my work space folder i has all the image type folders but there no raw folder?

how do i add sound if there's no raw folder?

thanks for the help in advance
 

SimplicityApks

Senior Member
May 26, 2013
354
344
Aachen
hey i am running Ubuntu 14.04 and this is wear i do all of my development.

i have been coding android apps for a little while now and would like to add sound in all the tutorials i have seen or read they say add it to the raw folder and then set up a media player variable.

but on my Linux i went to my work space folder i has all the image type folders but there no raw folder?

how do i add sound if there's no raw folder?

thanks for the help in advance

The IDE does not create all possible folders when creating the project (otherwise your project would be pretty heavy on empty folders), so just create the raw folder manually (mkdir raw).