Qt failed to create directory

I am new to Qt platform. I am trying to start and build a project in Qt, but I came across errors in the bundle. I found solutions for some of them and others not. It makes me ask you this question. When I build / run the project, it gives me this error:

Failed to create directory "C: \ Users \ name \ Documents \ Error in" Util.asciify ("extension untitled9-Android_for_armeabi_v7a_GCC_4_9_Qt_5_6_2-Debug") ": TypeError: 'asciify' property of Core :: Internal :: UtilsJsExtension8 object (0x34d22 is the function "Error while creating / deploying project untitled9 (bundle: Android for armeabi-v7a (GCC 4.9, Qt 5.6.2)) When performing step" qmake "

Does anyone know how to fix the problem? Thanks to

+3


source to share


2 answers


I met a bug too! You can try this method:

Tools -> Options -> Build and Run -> General

Then reset the "Default Build Directory".



My "Default Build Directory" "../build-%{CurrentProject:Name}-%{CurrentKit:FileSystemName}-%{CurrentBuild:Name}"

Finally Restart QT and create a new project. The setting can take effect.

+1


source


I had the same problem and found a solution in here . this solved my problem.



Go to Tools> Options> Build and Run> General and hit reset behind Default Build Directory.

+1


source







All Articles