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

Add download sizes similar to Android Studio Apk analyzer #189

Open
kmadsen opened this issue Aug 20, 2020 · 4 comments
Open

Add download sizes similar to Android Studio Apk analyzer #189

kmadsen opened this issue Aug 20, 2020 · 4 comments

Comments

@kmadsen
Copy link

kmadsen commented Aug 20, 2020

Is there a way to check the download size of native libraries (.so objects) for each build? Android Studio provides the download sizes for each of these, but we want to keep record of it internally. So we're looking to turn these values into JSON objects.

https://github.com/JetBrains/android/tree/master/apkanalyzer
Screen Shot 2020-08-10 at 11 59 44 AM

@kmadsen
Copy link
Author

kmadsen commented Aug 20, 2020

I've dug into how the Android Studio plugin is working. I've made a jar similar to classy shark that uses their libraries that is working for our use case, but it would be good to use something with a broader audience. When investigating, here are the references identified.

@borisf
Copy link
Collaborator

borisf commented Aug 20, 2020

Always happy for pull requests 💯

@kmadsen
Copy link
Author

kmadsen commented Aug 20, 2020

Yeah can look into it soon. What are your thoughts on kotlinx-cli?

Creating kotlin command line interfaces looks like it is becoming nice, and it's how I've set up our apkanalyzer

@borisf
Copy link
Collaborator

borisf commented Aug 20, 2020

kotlinx-cli, don't have any opinions

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

No branches or pull requests

2 participants