I have 90MB of mp3 files that my media player app uses. I want to upload my .apk
to google play but since my app is over 50MB I have to put my mp3 files into a expansion file. I have read the documentation here : http://developer.android.com/google/play/expansion-files.html and I have created the expansion file like so ...
red@ubuntu:~/android/workspace/Album/res/raw$ zip -n .mp3 main.1.com.redcricket.Album.obb *mp3
... but the documentation does not say where this file belongs in the android project directory hierarchy. Am I suppose to move the file main.1.com.redcricket.Album.obb
to the asset
directory?