Qt 5.2 Android QNetworkManager issue.
-
I'm trying to post to a website with some data.
I do:
finishedReply = networkManager->post(request ,postData);The above call results in:
E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directory
E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directory
D/dalvikvm(10924): threadid=14: bye!E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directory
E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: stat; errno: No such file or directory
E/Posix (10924): [CDS]Libcore_io_Posix-throwErrnoException, functionName: access; errno: No such file or directoryI'm not sure what else to do. Any ideas would be helpful. Thanks.
-
if you can post your code, so I can take a look