Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.
/ aapt Public archive

fix bugs of android aapt remove function。

Notifications You must be signed in to change notification settings

linghaolu/aapt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

aapt

fix android aapt bugs

  1. bugs of "aapt add":
    Use aapt add a file to the zip, the new zip entry's last modify time is not correct.

  2. bugs of "aapt remove":
    Delete the first zip entry in the apk file will cause failure.
    It only delete the entry from the Central Directory area, but not deleted from the Local File Header.

  3. bugs of "aapt remove":
    If the central directory entries' index sequence not as the same of the Local File Header entries' index. delete operation will cause a problem.
    (Use Android gradle plugin 2.2 to build the debug-type apk will generate a zip file described above, The central directory entries not sorted by LFH offset)

About

fix bugs of android aapt remove function。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages