Home > Net >  Using more space when using third party on QML output for Android?
Using more space when using third party on QML output for Android?

Time:02-10

Thanks in advance for reading and help.

I wanna use third party module in qml but it's big library ,

1- after using this module , output's apk (on android) will use all space that used on big library or just use sections that we used? ( I know that on Windows we need link whole of .dll or on Linux .so [if was dynamic link])

2-if it use all volume of library so how I improve that?

CodePudding user response:

  •  Tags:  
  • Related