[Android-development] Running/Testing Qt Quick 2.0 application on Android from Mac

Eskil Abrahamsen Blomfeldt eskil.abrahamsen-blomfeldt at digia.com
Mon Feb 24 09:14:38 CET 2014


On 02/22/2014 04:45 AM, Eric Feigenson wrote:
> W/Qt      (15783): 
> file:///data/data/org.qtproject.example.WeightPlateQtQ/files/qml/WeightPlateQtQ/main.qml:-1 
> ((null)): 
> file:///data/data/org.qtproject.example.WeightPlateQtQ/files/qml/WeightPlateQtQ/main.qml: 
> File not found

You need to make sure you deploy your qml files with your app, either in 
the assets of the APK or using qrc. I would recommend the latter, as 
this is a cross-platform way of including resources in your application.

-- Eskil

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/android-development/attachments/20140224/ea9ea5ae/attachment.html>


More information about the Android-development mailing list