Thread
:
The EPIC N9 anticipation thread
View Single Post
shmerl
2011-05-18 , 22:55
Posts: 1,298 | Thanked: 2,277 times | Joined on May 2011
#
953
Installing some Qt based applications on Android pulls and installs the whole Qt library (temporarily codenamed Necessitas there) which is a dependency. So it does not take 3 seconds at all. Installing shared dependencies when needed is a reasonable practice, otherwise each application will bloat the device with privately bundled libraries.
The fact that Android installation doesn't handle binary dependencies resolution natively it's not an advantage - it's actually a deficiency of design, caused by the original absence of Android NDK and idea of all applications being Dalvik based. Now that Android has an NDK, it becomes a total mess.
Last edited by shmerl; 2011-05-18 at
23:00
.
Quote & Reply
|
The Following 3 Users Say Thank You to shmerl For This Useful Post:
Helmuth
,
pelago
,
qwazix
shmerl
View Public Profile
Send a private message to shmerl
Find all posts by shmerl