sky201503 / android-apktool-1

Automatically exported from code.google.com/p/android-apktool
0 stars 0 forks source link

getFrameworkApk() does not check existing framework file version #368

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I update apktool version from 1.4.0 to 1.5.0,
apktool does not re-generate "1.apk" (uses old version of it), and fails to 
build some apk.
I manually removed old version of 1.apk and works fine.

Original issue reported on code.google.com by mrawe...@gmail.com on 10 Dec 2012 at 6:19

GoogleCodeExporter commented 9 years ago
Thats functionality. There is no "print" on the framework files to know what 
Apktool version generated them.

Its proper etiquette to delete all of those framework files on an Apktool 
upgrade.

Original comment by connor.tumbleson on 10 Dec 2012 at 10:56

GoogleCodeExporter commented 9 years ago
I did not know this behaviour before seeing an error.
How about putting short guide for updating next to "Installation for noobs" on 
homepage?

Original comment by mrawe...@gmail.com on 11 Dec 2012 at 1:49