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

'package' attribute value is retrieved from wrong attribute in manifest file #4

Open
cjmamo opened this issue Jun 1, 2011 · 0 comments

Comments

@cjmamo
Copy link

cjmamo commented Jun 1, 2011

I want to extract some details from the manifest file of a particular APK (http://www.freewarelovers.com/android/download/temp/1300052439_RealCalc_1.6.0.apk). Every attribute value I want is retrieved except for the 'package' attribute. When I attempt to retrieve this attribute's value I get the value of the 'versionCode' attribute instead. All the details which I extracted from other APKs' manifest files were fine. I looked at the manifest file which is causing the trouble and it had nothing remarkably different from the others. This is the piece of code I'm using to get the attribute's value:

axmlParser.getAttributeValue(null, "package");

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

No branches or pull requests

1 participant