how can I create the folder QtActivity.java?

25 views
Skip to first unread message

Flavio Portela

unread,
Oct 25, 2012, 1:50:50 PM10/25/12
to andro...@googlegroups.com
I'm tetando copy folder /mnt/sdcard/qt to /data/local/qt
The intention is to remove minister initial configuration for a faster and without download the QtLIB.
I'm doing and it did not work!

String destine="/data/local/qt/";
File fileDestine =new File(destine);
fileDestine.mkdir();

Note:
trying with C++ will work.

    QDir dir;
    QString local="/data/local/qt/"
    if (!dir.exists(local))
    {
        dir.mkpath(local);
        dir.mkdir(local);
    }

Anyone know if permission is not assigned yet?

Flavio Portela

unread,
Oct 25, 2012, 3:17:35 PM10/25/12
to andro...@googlegroups.com
I did another test with just one file.

Seems AndroidManifest.xml not load or only load when QtLib loaded.

Anyone know what to do?
QtActivity(method copyFromResource).java
LOG.txt
AndroidManifest.xml
Reply all
Reply to author
Forward
0 new messages