Wednesday, July 4, 2012

Re: [android-developers] Re: how to check API usage information in apk file?

No, there's no simple way to do it, you have to disassemble it and go
through it's dex..

Why would you want to know this? Maybe we can suggest a better alternative.

kris

On Wed, Jul 4, 2012 at 4:10 PM, M <xuetao.wei@gmail.com> wrote:
> no, I mean what api calls are used by one andorid app?
>
> Any method to obtain such information from apk file?
>
> Thanks.
>
> On Jun 19, 5:53 pm, Kristopher Micinski <krismicin...@gmail.com>
> wrote:
>> what APIs do you mean? It uses the Android API, most likely ... Do
>> you mean what API *level*?
>>
>> kris
>>
>>
>>
>> On Tue, Jun 19, 2012 at 8:34 PM, michael <xuetao....@gmail.com> wrote:
>> > Hi, all,
>>
>> > Given an apk file, how to check what APIs are used by this apk file?
>>
>> > Thanks.
>>
>> > --
>> > 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
>> > android-developers+unsubscribe@googlegroups.com
>> > For more options, visit this group at
>> >http://groups.google.com/group/android-developers?hl=en
>
> --
> 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
> android-developers+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
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
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment