material-chess-android
material-chess-android copied to clipboard
An opensource Material Design Chess Game for Android.
java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.something.some-1/lib/arm/libjni.so: has text relocations at java.lang.Runtime.loadLibrary(Runtime.java:372) at java.lang.System.loadLibrary(System.java:1076) at com.something.some.Games.Chess2.engine.NativePipedProcess.(NativePipedProcess.java:5) at com.something.some.Games.Chess2.engine.ComputerPlayer.(ComputerPlayer.java:29) at com.something.some.Games.Chess2.gamelogic.ChessController.newGame(ChessController.java:202) at com.something.some.Games.Chess2.ChessTastic.onCreate(ChessTastic.java:231) at android.app.Activity.performCreate(Activity.java:6355) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1108) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2440) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2547) at android.app.ActivityThread.access$1100(ActivityThread.java:151) at...
Build command failed. Error while executing process Android/Sdk/ndk-bundle/ndk-build with arguments {NDK_PROJECT_PATH=null APP_BUILD_SCRIPT=material-chess-android-master/app/jni/Android.mk NDK_APPLICATION_MK=material-chess-android-master/app/jni/Application.mk APP_ABI=armeabi-v7a NDK_ALL_ABIS=armeabi-v7a NDK_DEBUG=1 APP_PLATFORM=android-16 NDK_OUT=material-chess-android-master/app/build/intermediates/ndkBuild/debug/obj NDK_LIBS_OUT=material-chess-android-master/app/build/intermediates/ndkBuild/debug/lib APP_SHORT_COMMANDS=false LOCAL_SHORT_COMMANDS=false -B -n} make: *** Android/Sdk/ndk-bundle/sources/cxx-stl/system: Is a directory. Stop.
Hello Mr. Ghosh, Could you please show me how to compile .cxx files to .so files? Thanks and Best Regards, @AvijitGhosh82
This is particularly useful in computer vs computer mode. Right now, if you undo then the computer may reapply the move quicker than you can undo it. There would also...
The moves by chess are shown below the game. This should be shown in tabular format for better readability. It believe, it should remain hidden. If user wants to check...
Try to include them within code.
Help new users set up the development environment by adding detailed instructions in ```contributing.md``` file.
Support for time limited moves should be added. This is a critically needed feature.