Skip to content

goindwalia/andr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stockfishchess-android

DroidFish Android app: Automated CI for Android apps using CloudBees/Jenkins. Based on Peter Osterlund's DroidFish version of the Stockfish chess engine. This build runs entirely in the Cloud, using the CloudBees Jenkins service - the required Android SDK, NDK and platform libraries will be downloaded to the workspace automatically.

The final APK can be downloaded from the workspace: /DroidFish/bin/DroidFish-debug.apk

To run the application using the Android emulator:

create avd -n android.16 -t "android-16" -b armeabi-v7a -c 128M

emulator -avd android.16

Wait for the emulator to start...

adb connect localhost:5554

adb install DroidFish-debug.apk

adb shell am start -n org.petero.droidfish/.DroidFish

See this CloudBees blog for more information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published