you are using some native code inside your application(your own app code or maybe the libraries), hence the libs folder and the . so(shared object) files are getting generated. you can’t escape from this.
Why is my apk size so big?
you are using some native code inside your application(your own app code or maybe the libraries), hence the libs folder and the . so(shared object) files are getting generated. you can’t escape from this.