File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 29
29
lib-dynload/_sqlite3.so
30
30
31
31
Then sqlite3 will be compiled and included in your APK.
32
+
33
+ Too many levels of symbolic links
34
+ -----------------------------------------------------
35
+
36
+ Python for Android does not work within a virtual enviroment. The Python for
37
+ Android directory must be outside of the virtual enviroment prior to running
38
+
39
+ ./distribute.sh -m "kivy"
40
+
41
+ or else you may encounter OSError: [Errno 40] Too many levels of symbolic links.
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ If you want to compile the toolchain with only the kivy module::
8
8
9
9
./distribute.sh -m "kivy"
10
10
11
+ .. warning ::
12
+ Do not run the above command from `within a virtual enviroment <../faq/#too-many-levels-of-symbolic-links >`_.
13
+
11
14
After a long time, you'll get a "dist/default" directory containing
12
15
all the compiled libraries and a build.py script to package your
13
16
application using thoses libraries.
You can’t perform that action at this time.
0 commit comments