0
votes
0answers
11 views

Android fake Expansion File

My expansion file is 200 Mb. I can't see it viable to pull files out of it in realtime (too slow for my purposes). So, I'm extracting all of them to regular files in other folder. Now, I want to ...
0
votes
1answer
53 views

Access mp4 files from Android Expansion files

Found similar but no one seems to respond on this I have been referring this blog for my development. I was able to play mp4 videos without any trouble when they were in R.raw. When I moved them to ...
0
votes
3answers
92 views

How to generate expansion files in android?

I have project which is more than 50MB. I have some images and videos in raw folder. How can i generate the expansion file? i have gone through the developer document, but its not clear for me.Its ...
0
votes
0answers
37 views

Expansion Files: Once the expansion files is downloaded start the Intent to next activity

I have the below code which will successfully download the expansion file, but i am not aware where to add my Intent so that once the expansion file is downloaded i can start my activity. Please help ...
0
votes
1answer
61 views

Android APK Expansion testing with multiple accounts

My application is a paid application which is also using apk expansion library. For testing I have added a test account in my developer console say xyz@gmail.com And it's working as expected ...
1
vote
1answer
35 views

Corona apk expansion not working

I tried using the expansion file setting and config on the new update but it only made one apk that is 100mb. Is there something else to it besides the build and config settings? -- Android ...
1
vote
1answer
117 views

Application semantics for downloading an Android APK expansion file

In http://developer.android.com/google/play/expansion-files.html under the "Download process" section, step 3 it says "When the user launches your application, your app must check whether the ...
0
votes
2answers
366 views

Unable to upload the APK expansion file on Google Play

I'm using unity android, and I'm trying to upload my app. It's a 80Mo app, so I had to split it. Here is how I set up the Other Settings in player prefs (unity3d): Bundle identifier: ...
0
votes
0answers
39 views

Android Expasnion Files Downloading Error

I have implemented expansion files in android to download large content from Google play while downloading .apk I implemented same steps provided in the documentation and even it got implemented as ...
0
votes
0answers
54 views

android - Playing mp3 from expansion file has a long delay

I'm using the following code to play short sound files from the expansion file and am getting an almost 2 second delay on my nexus phone. I zipped my 200mb expansion file using winrar and the 'store' ...
0
votes
0answers
88 views

expansion.downloader.R cannot be resolved

I'm trying to setup the APK Expansion Library (Rev. 3). A lot of problems about this library are discussed here and helped me to solve some of the problems. Exept one: import ...
0
votes
2answers
452 views

Google Play Expansion File Location

We have a large ~600MB expansion file that we get using the Google Play Expansion APK mechanism. We also have to unzip this file for actual use. The entire app plus data thus requires about 1.4 GB ...
0
votes
1answer
146 views

Android expansion file creation ZIP or JOBB?

I am creating the expansion file for my apk which exceeds 100mb size. how should i create an expansion archive using JOBB from sdk or default windows archive file.. and any working sample project ...
0
votes
1answer
46 views

Display drawable[] with swipe

I want to display some drawables recovered from an expansion file into an imageView/Gallery or something else that can use swipe gestures, so I've tried to use : ...
0
votes
1answer
158 views

Save and Read Expansion Files from data/data/

I want to save expansion files on download directly on data/data(internal storage).Help will be appriciated
1
vote
1answer
106 views

Setting up APK Expansion files for update releases

I need some clarification on using APK Expansion files. I have tested and will be releasing my Android app using APK Expansion files for the first time. My app versionCode is 61 My main expansion ...
0
votes
1answer
220 views

How upload expansion file with apk in Google play

I have to play local video in my application but it has 200 MB video size. And Google play not allow to more then 50MB apk file. This application is for both phone and tablets. Hence, I need to ...
1
vote
0answers
325 views

Adobe AIR for Android - How to use APK expansion files in air app?

I have created an AIR app for Android which I am about to submit to Google Play. Total file size of my APK is around 250 MB since I have embedded a lot of video content which is required for the app ...
0
votes
0answers
133 views

How to create the three layer listview using ExpandableListView adapter in android?

First Level --------Child View Second Level ------Child View---Type |---|---| | | Type 1 Type 2-Sub ...
0
votes
1answer
115 views

Expansion File implementation

It's been two weeks since I'm trying to implement expansion file to my application. The application only need to recover some images and I'm a bit stuck when I try to perform that in local. I can ...
1
vote
1answer
1k views

How to create OBB files USING jobb tool Android

I have my apk size upto 50mb so for this i am using expansion apk . on searching i came to know that there are diferent files which can be used as expansion files like zip and pdf etc. I am trying to ...
0
votes
1answer
64 views

Security of Expansions files after downloading on device Android

I am searching on how to implement Expansion Files in android because of my apk size. Now problem is that Expension files stored on device storage so is that possible that after downloading expansion ...
0
votes
0answers
88 views

Using expansion patch in devices that don't have external storage

I'm developing an Android app that has more than the 50mb apk limit. Therefore, I need to use expansion files. I've correctly implemented the solution for reading resources from the extension patch, ...
0
votes
3answers
1k views

Read content from APK expansion file (from obb file)

I have implemented APK expansion file download service and all from http://developer.android.com/google/play/expansion-files.html I can download APK expansion file and I can see that file using below ...
2
votes
0answers
261 views

ERROR NOT_MARKET_MANAGED when testing expansion downlod

I want to test expansion file down-loader, but application does not pass through LVL licence. It gives me ERROR NOT_MARKET_MANAGED My application is already published. I have drafted one app by ...
0
votes
0answers
112 views

How to attach a expansion file to an AS3/AIR application

I have an application built using Flash, using Flash AIR, which exceeded the maximum size of 50MB to be published on Google Play. I'm looking for solutions on the internet of how to create the files ...
1
vote
1answer
331 views

How to mount encrypted APK expansion files?

I tried to mount expansion files this way: final StorageManager storageManager = (StorageManager) getSystemService(STORAGE_SERVICE); String obbPath = Environment.getExternalStorageDirectory() ...
6
votes
1answer
169 views

getFileDescriptor returns null while reading mp3 files from the expansion files

I have downloaded and stored the expansion files successfully.But it crashes when i try to play the mp3 inside.. ZipResourceFile expansionFile = ...
3
votes
1answer
762 views

Android expansion file

I am trying to do an application which contain ~80mo of PNG (It's an offline app so I have to store them on the phone). The application works perfectly in local but I can't upload an apk > 50mo. So ...
1
vote
0answers
135 views

Do need to code for expansion files for android?

We have andriod based application which has image(say three sets of images in A,B,C folders) galleries.As size of images is big in MBs we want to use expansion files.Images in eclipse resides inside ...
2
votes
1answer
228 views

Cannot access expansion file deployed with app

I have an AS3/AIR application for deploying on Google Play. The app has an expansion file attached to it. The expansion file is named "main.1000000.air.com.mycompany.myapp12.obb" and it is downloaded ...
0
votes
2answers
187 views

Manage Large APK Expansion File

I'm using an expansion file (~500mb) that contains videos and more than 20.000 image files. Which is the best way to manage this file? For now, i'm loading the ZipFileResource object in my ...
1
vote
0answers
280 views

APK Expansion Files. Testing sample

I read this Steps to create APK expansion file, run SampleDownloaderActivity and get: "Download failed because the resources could not be found" How to create a Test Project (simple project >50MB ...
3
votes
2answers
1k views

Debugging Android app after release

I am working on some fixes to an app already in the store. The app uses an expansion file. I have created a new version of the app and uploaded the apk and the associated expansion file. When I try to ...
0
votes
0answers
121 views

Android expansion update practices

I have a question regarding possible best practices using Android APK expansion files (OBB). We have an app with a larger main expansion file. Developer docs recommend pushing updates to users using ...
1
vote
1answer
489 views

Google Play Importing downloader library

When I try to import Google Play Downloader Library to use I get an error in this line of code: import com.android.vending.expansion.downloader.R; It says that this import cannot be resolved Btw, ...
0
votes
1answer
204 views

APK expansion files: DownloadActivity

I have an app. Size is 60Mb so I tried using APK expansion file. I added APK downloader and licence libs into my project. But still didn't figured out how to refactor my MainActivity so it would ...
0
votes
1answer
289 views

Android - How to test application with Expansion Files with Emulator?

I am developing an application for android devices which uses Expansion Files, and want to test it on AVD. My application contains code for manual download the Expansion Files, but it fails while ...
0
votes
2answers
443 views

java.net.UnknownHostException:

catch (UnknownHostException e) { e.printStackTrace(); progressDialog.dismiss(); AlertDialog connection = new AlertDialog.Builder( ...
1
vote
2answers
453 views

Android - how to remove Expansion files?

I followed this guide for download expansion files. When I checked it, the download worked fine, but when I wanted to uninstall the application from the phone the files stayed there. How can I cause ...
0
votes
1answer
2k views

Accessing to files inside obb expansion file

I'm following all official expansion files guides, but i can't find it. I'm unable to access the contained obb file i need. I need 6 audio files (80Mb) that i "stored" (uncompressed) in a zip file ...
0
votes
1answer
789 views

Unable to download APK expansion with Google Downloader Sample

I am trying to get the Downloader Sample to download APK expansion files running. I have carefully gone through the instructions from Google docs on APK Expansion Files and also the very detailed ...
0
votes
0answers
194 views

Android expansion files [closed]

Is there any good tutorial how "APK Expansion" works? I know there is this tutorial http://developer.android.com/guide/google/play/expansion-files.html but it is not explain step by step exactly what ...
1
vote
4answers
9k views

Steps to create APK expansion file

I have developed Application and work successfully. I have used Application Licensing feature into my application. And now I'm going to upload an application on google play. Please let me know the ...
1
vote
1answer
695 views

Playing sound files from expansion file

I have an expansion file with a series of sound files. The longer ones are .mp3 files while the shorter sound effects are .wav files. I pack them in a .zip file with no compression. I use the Zip ...