amchess / ShashChess

A try to implement Alexander Shashin's theory on a Stockfish's derived chess engine
GNU General Public License v3.0
131 stars 28 forks source link

Version 26 don't work in Android. #36

Closed Ctraf22 closed 1 year ago

Ctraf22 commented 1 year ago

Android 12

amchess commented 1 year ago

I'm not an Android expert. I'll ask.

amchess commented 1 year ago

There are two variants, one compiled with GCC (the fastest builds) and the other with android ndk (without live book). Have you tested both variants? Give us more infos please.

archimedeschess commented 1 year ago

Try the version without live book. You know how to deal with a non-embedded network? If not or your chess app doesn't support it (e.g. no uci options are offered for selecting the network), there is also an embedded version available.