Android Question Library 'librarynamehere' is not used. (warning #32)

Alessandro71

Well-Known Member
Licensed User
Longtime User
When warning #32 is issued, is code from the library still included in the compiled APK, or is it evicted?
I know I can solve by deselecting the library, but since different build configurations of my app use different libraries, ticking the library on or off at each build is a less than ideal solution
 

Alessandro71

Well-Known Member
Licensed User
Longtime User
In most cases you don't need to worry about it. It will just add a few KBs to the APK.
actually I’ve found an instance when I have to worry about.
the B4i version of the app had the iCamera library selected and Apple review process complained that there was code to access the camera without a permission declaration.
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
the B4i version of the app had the iCamera library selected and Apple review process complained that there was code to access the camera without a permission declaration.
This is not a real problem. Add the permission. The user will never see it.
 
Upvote 0
Top