How to get the size of installed application?

前端 未结 3 594
名媛妹妹
名媛妹妹 2021-01-15 18:01

I am trying to calculate the size of the installed application.

I found an answer here

I have tested it on some devices, and there is no problem except Sams

3条回答
  •  没有蜡笔的小新
    2021-01-15 18:48

    Maybe this link will help you:

    http://nsamteladze.blogspot.com/2012/10/get-apks-code-size-in-android.html

    Basically he is making use of the concept of reflection, which is a powerful tool but not always advisable. Read more about it here :What is reflection and why is it useful? and if it is suitable for you, make use of it.

提交回复
热议问题