User Tools

Site Tools


doc:appunti:prog:kivy_debian_12_android_11

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
doc:appunti:prog:kivy_debian_12_android_11 [2024/04/04 09:08] – [Writing the buildozer.spec file] niccolodoc:appunti:prog:kivy_debian_12_android_11 [2024/11/21 09:55] (current) – [Prepare the Kivy project in user space] niccolo
Line 78: Line 78:
 ==== Using the new venv install method ==== ==== Using the new venv install method ====
  
-FIXME Instead of disabling the externally-managed-environment flag or instead of using the pip3 ''%%--user%%'' install method, it should be possible to use the venv pip3 install method. You need to install the **python3-venv** Debian package. This recipe did not work for me, but should be investigated further:+:!: **WARNING**: Till now we did not use this new preferred method, because the package **python-for-android** uses the old ''pip install'' method. See below about the //[[#installation_in_user_space|user method]]// install. 
 + 
 +Instead of disabling the externally-managed-environment flag or instead of using the pip3 ''%%--user%%'' install method, it should be possible to use the venv pip3 install method. You need to install the **python3-venv** Debian package. This recipe did not work for me, but should be investigated further:
  
 <code bash> <code bash>
Line 121: Line 123:
  
 ==== Prepare the Kivy project in user space ==== ==== Prepare the Kivy project in user space ====
 +
 +:!: **INFO**: This procedure is **required only once** when we start a new projec.
  
 Now it is time to prepare the Kivy project directory for the build of the Android package. You must check the following: Now it is time to prepare the Kivy project directory for the build of the Android package. You must check the following:
Line 210: Line 214:
  
 ==== Compiling the package (debug or release) ==== ==== Compiling the package (debug or release) ====
 +
 +:!: **INFO**: This is **the only procedure** to be executed whenever you want to compile a new version; the **version number** must be updated into the **main.py** source code.
  
 Enter the project directory and edit the **main.py** source code updating the definition of the **%%__version__%%** variable (the **buildozer.spec** will refer this value to create the package name). Then choose to make a debug build: Enter the project directory and edit the **main.py** source code updating the definition of the **%%__version__%%** variable (the **buildozer.spec** will refer this value to create the package name). Then choose to make a debug build:
Line 248: Line 254:
   * **[[https://community.appinventor.mit.edu/t/how-to-access-non-media-media-files-on-android-11/54828|How to access non-media & media files on Android 11+]]**   * **[[https://community.appinventor.mit.edu/t/how-to-access-non-media-media-files-on-android-11/54828|How to access non-media & media files on Android 11+]]**
   * **[[https://community.appinventor.mit.edu/t/asd-app-specific-directory-vs-private-folder/19154|ASD (app specific directory) vs Private folder]]**   * **[[https://community.appinventor.mit.edu/t/asd-app-specific-directory-vs-private-folder/19154|ASD (app specific directory) vs Private folder]]**
 +  * **[[https://developer.android.com/training/data-storage/shared/media|Access media files from shared storage]]**
  
doc/appunti/prog/kivy_debian_12_android_11.1712214484.txt.gz · Last modified: 2024/04/04 09:08 by niccolo