Android build error in windows

With all of the errors I am getting trying to run an android app in Xojo on Mac, I decided to try it in Windows.

Now I get an error that the build folder cannot be found. The problem is that it is dynamically generated at run time and the path is different every time, so I can’t just create the folder. Anyone else experience this?

It is a simple app with one button and one text field. The button sets the text in the text field.I get the error in run and build.

I must be the only one who ever had this problem, but I finally found the solution.

All of the instructions that I found said to set up a device in android studio and click the play button to run it. Then close Android Studio. However, there are two play buttons. After starting the device I had to run the “Hello, World" app in Android Studio. That downloaded more components and finished setup.

Now the app builds and the emulator starts.