Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Duplicate
-
Affects Version/s: Qt Creator 5.0.2
-
Fix Version/s: None
-
Component/s: Android Support
-
Labels:None
-
Platform/s:
Description
I see some similar issues on the tracker but don't seem to me that there is a regression and have a common root because some previous issues like QTCREATORBUG-13868 are about spaces in the path, but I do not use ones in mine build.
Anyway, deploy under fresh QtCreator ends with same error message: When executing step "Copy application data".
I tried to build&deploy on 5.0.0-rc1(which is luckily still available from MaintenanceTool) and everything works like a charm.
The difference I have noticed between .0-rc1 and .2 during deploy is just in INSTALL_ROOT:
Correct and everything works as expected
...make INSTALL_ROOT=/Users/danilabagroff/Temp/QtCreator/MyApp/Debug-5.15/Android.ARM/android-build install
Wrong `android-build` directory
INSTALL_ROOT=/Users/danilabagroff/Temp/QtCreator/MyApp/Debug-5.15/Android.ARM/./TARGET_FROM_PRO_FILE-armeabi-v7a-build/android-build install
Need to mention that my general .pro is a `subdirs` and include three different .pro files that specify three different(TARGETs are different) `app` but all of them includes the same .pri
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-26357 Build fails
-
- Closed
-