diff --git a/plugins/plugin_compile/project_compile.py b/plugins/plugin_compile/project_compile.py index 88c2d47e..b088867c 100644 --- a/plugins/plugin_compile/project_compile.py +++ b/plugins/plugin_compile/project_compile.py @@ -478,6 +478,8 @@ def build_android(self): cocos.Logging.info(MultiLanguage.get_string('COMPILE_INFO_ANDROID_PROJPATH_FMT', (ide_name, project_android_dir))) # Check whether the gradle of the project is support ndk or not + gradle_support_ndk = False + # Get the engine version of the project engine_version_num = self.get_engine_version_num() if engine_version_num is None: