Have a look at the aapt command -- it has a variety of dump sub-
commands for printing individual information from the .apk.  Not all
of this information may currently be (easily) available through the
command, so if you need more you can get the open source release and
extend the command to dump the other information you want.

On Nov 20, 4:53 am, Android Freeware <[EMAIL PROTECTED]> wrote:
> Hello,
>
> is there a way to extract the following data directly from a compiled
> and signed APK file:
> 1) name of the package (e.g. 'com.example.android.app')
> 2) versionCode (e.g. '1')
> 3) versionName (e.g. '1.0.0')
> 4) path to the application icon (e.g. '/res/drawable/icon.png')
>
> Thank you in advance
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to