From 5385b07f3ab9bc4244e3bbe7d5dee8a85f8c3487 Mon Sep 17 00:00:00 2001 From: Gerhard Kalab Date: Fri, 23 Aug 2019 02:03:21 +0200 Subject: [PATCH] Specify correct jniLibs directory --- StockfishChessEngine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StockfishChessEngine/README.md b/StockfishChessEngine/README.md index efbf8dc..9857a15 100644 --- a/StockfishChessEngine/README.md +++ b/StockfishChessEngine/README.md @@ -48,5 +48,5 @@ public class YourEngineProvider extends ChessEngineProvider { ``` * add the file enginelist.xml to your project under res/xml/ (see example enginelist.xml of this project) * make sure your engine looks like a library, e.g. name your engine executable libXXX.so where XXX is the name of your engine - * put the engine executables for the various targets under libs/armeabi, libs/armeabi-v7a, libs/x86, etc. + * put the engine executables for the various targets under src/main/jniLibs/armeabi, src/main/jniLibs/armeabi-v7a, src/main/jniLibs/x86, etc. * you can put more than one engine into one app (demonstrated here with asmFish for x86_64) \ No newline at end of file