Skip to content

Commit 190f385

Browse files
committed
Wrapped text in distribute.sh error
1 parent 2458323 commit 190f385

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

distribute.sh

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,23 @@
1010

1111
cat <<EOF
1212
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
13+
1314
### ERROR ###
14-
You are trying to run an old version of python-for-android via distribute.sh. However, python-for-android has been rewritten and no longer supports the distribute.sh interface.
15+
You are trying to run an old version of python-for-android via
16+
distribute.sh. However, python-for-android has been rewritten and no
17+
longer supports the distribute.sh interface.
1518
1619
If you are using buildozer, you should:
1720
- upgrade buildozer to the latest version (at least 0.30)
1821
- delete the .buildozer folder in your app directory (the same directory that has your buildozer.spec)
1922
- run buildozer again as normal
2023
21-
If you are not using buildozer, see https://github.com/kivy/python-for-android/blob/master/README.md for instructions on using the new python-for-android toolchain. Alternatively, you can get the old toolchain from the 'old_toolchain' branch at https://github.com/kivy/python-for-android/tree/old_toolchain .
24+
If you are not using buildozer, see
25+
https://github.com/kivy/python-for-android/blob/master/README.md for
26+
instructions on using the new python-for-android
27+
toolchain. Alternatively, you can get the old toolchain from the
28+
'old_toolchain' branch at
29+
https://github.com/kivy/python-for-android/tree/old_toolchain .
30+
2231
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2332
EOF

0 commit comments

Comments
 (0)