Declarative UI

8 views
Skip to first unread message

Mike12779

unread,
Aug 28, 2010, 2:40:51 AM8/28/10
to android-qt
I have the latest sources built and I can get the animated tile demo
compiled and able to run. Once I add:

QT += declarative

to the project file, the project builds ok. When I try to run the
application on the android phone (2.2) I receive a error.

Cannot load library: link_image[1995]: failed to link......


Any ideas?

Thanks,
Mike

Sergey A. Galin

unread,
Aug 28, 2010, 11:18:51 AM8/28/10
to andro...@googlegroups.com
Hello Mike,

> Cannot load library: link_image[1995]: failed to link......

You have to either link your app statically to all libraries, or add all
dynamic libs into the bundle (project_directory/libs/armeabi) and modify
Java part to load the libraries (read & modify Java sources in
project_directory/src/com/nokia/...)

--
Best regards,
Sergey A.Galin http://sageshome.net/

IM and secure mail: http://sageshome.net/Contacts.php
PGP keys: http://sageshome.net/gpg.php

Reply all
Reply to author
Forward
0 new messages