Skip to content

Commit aad5a67

Browse files
committed
Added linkname too long troubleshooting note
1 parent 03cf7b1 commit aad5a67

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/source/troubleshooting.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,13 @@ This is a known bug in some releases. To work around it, add your
9191
python requirement explicitly,
9292
e.g. :code:`--requirements=python2,kivy`. This also applies when using
9393
buildozer, in which case add python2 to your buildozer.spec requirements.
94+
95+
linkname too long
96+
-----------------
97+
98+
This can happen when you try to include a very long filename, which
99+
doesn't normally happen but can occur accidentally if the p4a
100+
directory contains a .buildozer directory that is not excluded from
101+
the build (e.g. if buildozer was previously used). Removing this
102+
directory should fix the problem, and is desirable anyway since you
103+
don't want it in the APK.

0 commit comments

Comments
 (0)