diff --git a/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs b/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs index b11127a..685de0a 100644 --- a/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs +++ b/Packages/CC-Framework/com.foldcc.cc-framework.core/Script/Core/Utils/LaunchAppUtils/Plugins/Android/LaunchAppUtils.cs @@ -108,6 +108,9 @@ public class LaunchAppUtils #if !UNITY_IOS public static bool CheckTargetApp(string packageName) { +#if UNITY_EDITOR + return false; +#endif CheckInti(); //isInstallTapTap "com.xmcy.hykb" return LaunchClass.CallStatic("isInstallTapTap", activityContext, packageName);