Skip to content

Commit 4f1bdc2

Browse files
committed
Remove error for VS2026 Android
1 parent f87055a commit 4f1bdc2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/vstudio/vs2010_vcxproj.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@
8888
if not table.contains(platforms, arch) then
8989
table.insert(platforms, arch)
9090
end
91-
92-
-- Android support is removed from core VS in 2026
93-
if _ACTION >= "vs2026" and cfg.system == p.ANDROID then
94-
p.error("Android projects are not supported in Visual Studio 2026 and later.")
95-
end
9691
end
9792

9893
local configs = {}

0 commit comments

Comments
 (0)