I\'ve integrated the APK Expansion file download library from Google into my project, and it works more or less OK (except a few minor gotchas, which have been reported by o
If you are using complete code from sample app, have you changed the version code in below piece of code:-
private static final XAPKFile[] xAPKS = {
new XAPKFile(
true, // true signifies a main file
, // the version of the APK that the file was uploaded
// against
49597391L // the length of the file in bytes
),
};