the-mac / TheBoardLibrary

The most advanced mobile board game platform made in android that is available under the GPL, and it includes multiplayer, tutoring/guide facilities (to teach someone how to play your game), board editor function (to learn more about the games you play), and much more...
http://on.fb.me/1MIc51o
GNU Lesser General Public License v2.1
1 stars 5 forks source link

Convert to Android Studio Library #4

Open cdm2012 opened 6 years ago

cdm2012 commented 6 years ago

cd ~/.../board-library/TheBoardLibrary
git checkout -b legacy
git checkout master

# COPY .git OUT OF PROJECT
# REMOVE CONTENTS OF FOLDER (rm -rf *)
# COPY .git IN TO PROJECT
# COPY AndroidJniHelpers ANDROID STUDIO LIBRARY PROJECT
# CLEAR OUT UNNEEDED FILES (*.cpp, etc.)
# ADD board.14.07.19.2.jar TO libs FOLDER
# RUN DEMO APPLICATION (WITH SINGLE KNIGHT)
cdm2012 commented 6 years ago

https://www.youtube.com/watch?v=RYiZZprUNJw

https://www.youtube.com/watch?v=j5lEeO9rBDQ

https://inthecheesefactory.com/blog/how-to-setup-private-maven-repository/en

https://developer.android.com/studio/projects/android-library.html

https://github.com/codepath/android_guides/wiki/Building-your-own-Android-library

https://stackoverflow.com/questions/38075291/proguard-with-aar-library-issue

https://robopress.robotsandpencils.com/how-to-use-proguard-with-your-android-library-c0a2b2b5d3b?gi=457ac6558fb6