Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when building on android with qmake #300

Open
shoks opened this issue Nov 22, 2019 · 0 comments
Open

Error when building on android with qmake #300

shoks opened this issue Nov 22, 2019 · 0 comments
Labels
bug Something isn't working platform/android Android

Comments

@shoks
Copy link

shoks commented Nov 22, 2019

hi have errors when building it on android it is generating a messed up Makefile

makefile:

install_target: first FORCE
@test -d D:$(INSTALL_ROOT:@msyshack@%=%)/Qt/5.13.2/android_armv7/qml/Fluid/Controls || mkdir -p D:$(INSTALL_ROOT:@msyshack@%=%)/Qt/5.13.2/android_armv7/qml/Fluid/Controls
-$(QINSTALL_PROGRAM) ../../../qml/Fluid/Controls/$(TARGET) D:$(INSTALL_ROOT:@msyshack@%=%)/Qt/5.13.2/android_armv7/qml/Fluid/Controls/$(TARGET)

Error copying ../../../qml/Fluid/Core/libfluidcoreplugin.so to D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/libfluidcoreplugin.so: Cannot create D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/libfluidcoreplugin.so for output
make[4]: [install_target] Error 3 (ignored)
D:/Qt/5.13.2/android_armv7/bin/qmake.exe -install qinstall D:/dev/prime_events/app/fluid/src/imports/core/qmldir D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/qmldir
Error copying D:/dev/prime_events/app/fluid/src/imports/core/qmldir to D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/qmldir: Cannot create D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/qmldir for output
make[4]: [install_qmldir] Error 3 (ignored)
D:/Qt/5.13.2/android_armv7/bin/qmake.exe -install qinstall D:/dev/prime_events/app/fluid/src/imports/core/plugins.qmltypes D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/plugins.qmltypes
Error copying D:/dev/prime_events/app/fluid/src/imports/core/plugins.qmltypes to D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/plugins.qmltypes: Cannot create D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/plugins.qmltypes for output
make[4]: [install_qmlfiles] Error 3 (ignored)
D:/Qt/5.13.2/android_armv7/bin/qmake.exe -install qinstall D:/dev/prime_events/app/fluid/src/imports/core/Object.qml D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/Object.qml
Error copying D:/dev/prime_events/app/fluid/src/imports/core/Object.qml to D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/Object.qml: Cannot create D:D:/dev/prime_events/build-prime_event-Android_for_armeabi_v7a_Clang_Qt_5_13_2_for_Android_ARMv7-Debug/android-build/Qt/5.13.2/android_armv7/qml/Fluid/Core/Object.qml for output
make[4]: [install_qmlfiles] Error 3 (ignored)

@plfiorini plfiorini added platform/android Android bug Something isn't working labels Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working platform/android Android
Projects
None yet
Development

No branches or pull requests

2 participants