MannyNS wrote:
> Do you, by any chance, know how I can embed the 3gp file in the apk? I
> would like to have it in the subdirectory "/files/".

In general, those are mutually exclusive.

You can have it as a raw resource (res/raw/) or an asset (assets/) in
your APK. Or, you can download it from somewhere and put it in files/.

You could put the 3GP file in res/raw/ or assets/, then copy it to a
local file, but you will wind up taking twice the on-board storage,
which for a video file is not a great idea, since storage is limited on
some devices.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Need help for your Android OSS project? http://wiki.andmob.org/hado

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to