On Thu, Nov 15, 2012 at 3:39 AM, Didier Poulain <[email protected]> wrote: > On a Nexus 7, before 4.2, getExternalStorageDirectory() returns > /storage/sdcard0/. On 4.2 it returns /storage/emulated/0 > > 1 - I'm working on expansion files, and to test it, the documentation > recommends to manually put my obb file on the device. But /storage/emulated/ > is read-only and I can not create a '0' folder (which does not exists so > far), thus I can not upload the file. Also only /storage/sdcard0/ is shared.
Use adb push foobar.obb /sdcard/ and the files will end up in the proper place. > > 2 - Will obb files be properly downloaded into > /storage/emulated/0/Android/obb folder by Google Play on Nexus 7 4.2? > Probably. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

