From 6dc2752c819fa72df1e5c3c05800a911e69dc52a Mon Sep 17 00:00:00 2001 From: Lucas Baudin Date: Thu, 25 Feb 2016 23:20:07 +0100 Subject: [PATCH] [android] update readme --- android/readme.android | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/android/readme.android b/android/readme.android index 571f017c1..c7b682dfd 100644 --- a/android/readme.android +++ b/android/readme.android @@ -15,3 +15,14 @@ Build an apk Install and run =============== > make install run + +Install data set +================ +I recommend to use a lighter data set, there is a patch in the android/ folder that can be applied to the +SVN version (keep a single track, a single kart and remove most materials). +A larger one may work too, but it will be way slower to load, and is likely to be killed by your device (but +maybe it works, I did not test). + +> adb shell mkdir /sdcard/stk/ +> adb put data /sdcard/stk/data/ # you have to be in the root of your stk-code +> adb put stk-assets /sdcard/stk/data/stk-assets # you have to be in the parent of stk-assets, but you guessed