stride icon indicating copy to clipboard operation
stride copied to clipboard

JumpyJet example won't build inside VS2022 if building for Android platform was selected during creation

Open Feralnex opened this issue 1 year ago • 0 comments

Release Type: Official Release

Version: 4.2.0.2067

Platform(s): Visual Studio 2022 IDE JumpyJet game example for Windows and Android

Describe the bug After opening example project JumpyJet (which I wanted to build for Windows and Android) in Visual Studio 2022 I've got 2 errors:

VS2022

The "JumpyJet.Game" and "JumpyJet.Android" projects inside solution won't build, only "JumpyJet.Windows" project builds.

To Reproduce Steps to reproduce the behavior:

  1. Get newest Stride version.
  2. Open JumpyJet 2D game example for Windows and Android.
  3. Open project inside Visual Studio 2022 (I've updated to newest Stride tools).
  4. Try to build solution.

Expected behavior Solution builds and none of the errors shows up.

Log and callstacks Errors.txt

Feralnex avatar Jan 21 '24 12:01 Feralnex