Android Question APK Expansion Files for extra large files.

DonManfred

Expert
Licensed User
Longtime User
As of now it is not supported. It needs an update of the Licensing library as stated by Erel in 2012.

anyway: You can use httputils to download large extrafiles for your app.
 
Upvote 0

Tayfur

Well-Known Member
Licensed User
Longtime User
As of now it is not supported. It needs an update of the Licensing library as stated by Erel in 2012.

anyway: You can use httputils to download large extrafiles for your app.

ok. yes I understand. It does not matter the way for me. (licencing lib or httputils or downlaod maneger)

How can i use for Play store exp files? do you have a simple example?

Thank you in advance for sharing @DonManfred
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
How do you solve this problem ?
Me? I did not searched for a solution for this as i don´t have apps on google-play.

In my apps which are excusively for the company i´m working at; if i would need additional resources then i would put (upload) the files on our webspace and do the download then with okhttputils, extracting the files with informatixs archiver lib and then use the resource from external sdcard...

Alternatively i could uoad them on my Dropbox and download the files from my dropbox. But in fact it is nothing other then using httputils... My Dropboxclass uses okhttp.
 
Upvote 0

Tayfur

Well-Known Member
Licensed User
Longtime User
Me? I did not searched for a solution for this as i don´t have apps on google-play.

In my apps which are excusively for the company i´m working at; if i would need additional resources then i would put (upload) the files on our webspace and do the download then with okhttputils, extracting the files with informatixs archiver lib and then use the resource from external sdcard...

Alternatively i could uoad them on my Dropbox and download the files from my dropbox. But in fact it is nothing other then using httputils... My Dropboxclass uses okhttp.

Thak you for helps @DonManfred
 
Upvote 0
Top