Using libraries over more than 7 MB for extension?

I have more than 2 libraries with the size of more than 10 MB, is it possible to use such a large library for my extension? How big my app size can be? Whats the pros and cons?

Thanks

the App Inventor project limit is 30 MB... you might want to try it...
Taifun

1 Like

What is making the libs so large? Could they be downloaded by Users separately rather than be built into the extension? If they are code libs, does the size reduce when the extension is compiled (the extension using a % of the libs)?

1 Like

Yes, size can be reduced if @Kumaraswamy removes unnecessary classes from the jar.

1 Like

Is this for the aia file or the compiled apk?

1 Like

For the Project, which is the .aia file. It is of course good practice to keep down the size of an App, keep the code lean and mean.

1 Like