Skip to content
Bruno de Lacheisserie edited this page May 23, 2023 · 24 revisions

git clone -c core.symlinks=true --recurse-submodules https://github.com/LK8000/LK8000

  • Open project : /android-studio

  • accept all download requirement.

  • build and run on AVD or real device

If you upgrade Android Studio, or if you change the NDK / SDK version used, before recompiling you need to remove from your GIT repository :

LK8000/android-studio/app/build
LK8000/android-studio/app/Thirdparty
LK8000/android-thirdparty

These folders are generated by compiler. Thirdparty is very big, 1.7G, 120thousands files, beware.

After (or before) that, do a Build > Clean Project .