Details
-
Bug
-
Resolution: Fixed
-
P0: Blocker
-
None
-
6.7.0
-
None
-
fe81c77f0 (dev)
Description
When opening a new Android project in Android Studio, with the plugin installed, it automatically adds the Before Run Task of building the Qt project even when there is no Qt project linked (maybe something Jetbrains adds all newly registered tasks automatically).
This causes the task to be added to the wrong place, which doesn't get corrected through our logic, leading to the Qt project building after building the APK.
We need some logic to correct this discrepancy.