Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multipackage apks #3

Closed
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment
Closed

Add support for multipackage apks #3

GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Most of apps have only one package in apk. I don't know, if it is possible 
to build multipackage apk using official SDK, but Vending.apk, for example, 
has two:

{{{
$ aapt d resources Vending.apk | head
Package Groups (2)
Package Group 0 id=1 packageCount=1 name=android
  Package 0 id=1 name=android typeCount=1
    type 0 configCount=1 entryCount=1
      spec resource 0x01010000 android:id/progress_small: flags=0x00000000
      config 0 lang=-- cnt=-- orien=0 touch=0 density=def key=0 infl=0 
nav=0 w=0 h=0 sz=0 lng=0
        resource 0x01010000 android:id/progress_small: t=0x12 d=0x00000000 
(s=0x0008 r=0x00)
Package Group 1 id=127 packageCount=1 name=com.android.vending
  Package 0 id=127 name=com.android.vending typeCount=12
    type 0 configCount=1 entryCount=1
}}}

apktool will throw "Apk's with multiple or zero package groups not 
supported" error, if you try to decode such apk.

Original issue reported on code.google.com by Brut.alll on 2 Mar 2010 at 10:51

@GoogleCodeExporter
Copy link
Author

Original comment by Brut.alll on 13 Mar 2010 at 2:30

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant