The International Simutrans Forum

Development => Bug Reports => Topic started by: Dwachs on December 07, 2022, 07:07:37 AM

Title: Build failure on https://github.com/simutrans/simutrans
Post by: Dwachs on December 07, 2022, 07:07:37 AM
The build for android fails on https://github.com/simutrans/simutrans but not on https://github.com/aburch/simutrans .

Who is maintaining the new clone https://github.com/simutrans/simutrans ? I only learned this morning about its existence :D
Title: Re: Build failure on https://github.com/simutrans/simutrans
Post by: Yona-TYT on December 07, 2022, 08:57:42 PM
Quote from: Dwachs on December 07, 2022, 07:07:37 AMWho is maintaining the new clone https://github.com/simutrans/simutrans ? I only learned this morning about its existence :D
How not? , if this is the official Organizations of simutrans !!. :police:  ;D

Screenshot 2022-12-07 at 16-56-30 Simutrans.png
Title: Re: Build failure on https://github.com/simutrans/simutrans
Post by: prissi on December 07, 2022, 11:49:05 PM
The simutrans/simutrans built tries to upload to the google play store. But Google does not like Apilevel=30 anymore. However, the code to build our simutrans is based on various downstream libs, which are based on code from Pelya, who is Ukrainian thus did not update that code. So it builds, but the upload is rejected by google.

Since I could not succeed in building it under Windows and the problem is that one has to build ALL libraries (not just SDL2) by hand (which defies for me the concept of a library) I have not embarked on that huge task.

So no Android builds for the play store until we get a proper setup for Android not relying on their part repos (apart from the libraries).
Title: Re: Build failure on https://github.com/simutrans/simutrans
Post by: Andarix on December 20, 2022, 09:12:05 PM
https://devblogs.microsoft.com/cppblog/android-and-ios-development-with-c-in-visual-studio/ (https://devblogs.microsoft.com/cppblog/android-and-ios-development-with-c-in-visual-studio/)
Title: Re: Build failure on https://github.com/simutrans/simutrans
Post by: prissi on December 21, 2022, 12:13:55 PM
That does not support SDL2 but only OpenGL and thus needs a different backend. Doable though, but for the next three month certainly not be me.