mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
update readme
This commit is contained in:
parent
78c88effac
commit
dff138852d
1 changed files with 9 additions and 4 deletions
|
@ -10,12 +10,17 @@ Commands::
|
|||
If something in included modules like kivy or any other module changes
|
||||
then you need to rebuild the distribution. To do so:
|
||||
|
||||
`rm -rf .buildozer/android/platform/python-for-android/dist`
|
||||
rm -rf .buildozer/android/platform/python-for-android/dist
|
||||
|
||||
|
||||
Note:
|
||||
python-for-android must be patched with:
|
||||
Notes:
|
||||
|
||||
|
||||
To use internal storage, python-for-android must be patched with:
|
||||
|
||||
git pull git@github.com:denys-duchier/python-for-android.git fix-recursive-delete
|
||||
|
||||
|
||||
export P4A_pyjnius_DIR=local_clone
|
||||
To fix the clipboard, pyjnius uses the handle_charsequence branch:
|
||||
|
||||
export P4A_pyjnius_DIR=local_clone
|
||||
|
|
Loading…
Add table
Reference in a new issue