Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find out how many methods are added with a library in Android Studio/Gradle

What is the easiest way to find out how many methods do we add to our method count when we add a new library as a dependency in Android Studio project's gradle file, for example:

compile 'com.github.jkwiecien:EasyImage:1.2.1'
like image 936
Kaloyan Roussev Avatar asked Mar 07 '16 12:03

Kaloyan Roussev


2 Answers

So here it is

Look at this methodscount.com

also see Plugin found for Android Studio

like image 178
M D Avatar answered Oct 25 '22 02:10

M D


with this library you can do it.

https://github.com/KeepSafe/dexcount-gradle-plugin

like image 43
Robert Banyai Avatar answered Oct 25 '22 03:10

Robert Banyai