hi guys :)
Is there a way to get application directory in Qt for Android?
I've read many discussions about this subject...
some people suggest writing a function in the JNI wrapper, but with all the things ministro and those other services create, I really don't know where to add that...and, how can I make sure some service won't overwrite that file during project rebuilding?
some other people suggest using a fixed path (which is not future proof)..
I tried using QDir::homePath and this returns "" on the Trasformer (HOME is reset?)
I also tried using app->applicationDirPath, and get its absolutePath, but that returns "/"...
Is there any way to get my app dir in Qt for Android? :)
thanks in advance :)