aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/android/sdk_definitions.json4
-rw-r--r--share/qtcreator/debugger/dumper.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/share/qtcreator/android/sdk_definitions.json b/share/qtcreator/android/sdk_definitions.json
index 7bce8d6658..c88926b873 100644
--- a/share/qtcreator/android/sdk_definitions.json
+++ b/share/qtcreator/android/sdk_definitions.json
@@ -18,8 +18,8 @@
"specific_qt_versions": [
{
"versions": ["default"],
- "sdk_essential_packages": ["build-tools;29.0.2", "ndk-bundle"],
- "ndk_path": "ndk-bundle"
+ "sdk_essential_packages": ["build-tools;29.0.2", "ndk;21.1.6352462"],
+ "ndk_path": "ndk/21.1.6352462"
},
{
"versions": ["5.12.[0-5]", "5.13.[0-1]"],
diff --git a/share/qtcreator/debugger/dumper.py b/share/qtcreator/debugger/dumper.py
index 80d8d47fee..7df90b65db 100644
--- a/share/qtcreator/debugger/dumper.py
+++ b/share/qtcreator/debugger/dumper.py
@@ -39,7 +39,7 @@ try:
# we do not need to hard fail in cases of partial python installation
# that will never use this.
import json
-except ModuleNotFoundError:
+except:
print("Python module json not found. "
"Native combined debugging might not work.")
pass