Qt 5.2 Where is "Assets" Directory?
-
I have been using Qt 5.2 for 1 day. But I did not realise where the "Assets" directory/folder is.
Is there something new that I do not know or Is its name changed?My purpose is using an embedded database file (in apk file) with Qt.
I tried to do this with Qt's resource system but as you predict, it does not work. -
I used ANDROID_PACKAGE_SOURCE_DIR.
But now it says "Driver Not Loaded" (in lasterror())I added QT += sql to .pro file
-
The ANDROID_PACKAGE_SOURCE_DIR is the directory containing all your custom files that needs to be copied into the Android project related to your app.
You must follow the standards paths as described here:
http://developer.android.com/tools/projects/index.html