"Buildozer Practical Guide to Packaging" Section 7 Packaging Resource Files

Table of contents

7.1 Write the program and modify the configuration

7.2 Check whether the resource file is packaged


Some programs may read resource files, so resource files should also be packaged when packaging. Fortunately, Buildozer will automatically package the resource files, but we need to modify the buildozer.spec configuration file first. In this section, the author will use a program to read resource files to demonstrate how to package.

7.1 Write the program and modify the configuration

We create three new folders in the demo folder and name them files1, files2 and file3 respectively, then open the terminal in each folder and use the touch file name

おすすめ

転載: blog.csdn.net/La_vie_est_belle/article/details/128754178