Hi -
I'm using the expansion file library as provided in
extras/google/play_apk_expansion and discovered a bug in the code included.
I'm not sure where to report the bug, if anyone can point me in the right
direction I'd be happy to write up an official bug report. Here's the bug:
In
file:
extras\google\play_apk_expansion\zip_file\src\com\android\vending\expansion\zipfile\APKExpansionSupport.java,
line 50:
String strPatchPath = expPath + File.separator + "patch." + mainVersion
+ "." + packageName + ".obb";
the incorrect version number is used to assemble the name of the patch
file. It should instead be:
String strPatchPath = expPath + File.separator + "patch." +
patchVersion+ "." + packageName + ".obb";
Note, this bug is also visible in the online documentation here:
http://developer.android.com/google/play/expansion-files.html#GettingFilenames
Thanks.
Paul Siegel
Lead Engineer
Subatomic Studios, LLC
--
--
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
---
You received this message because you are subscribed to the Google Groups
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.