Replies: 2 comments
-
i think there error in my way result apk file size 42 and it is empty screen what abou if i want add video |
Beta Was this translation helpful? Give feedback.
-
i was used https://github.com/flet-dev/flet-build-template |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i pick up text file and make edit on it then save it .
its working well in windows but when i build it
flet build apk -vv
and install the apk file to my Android phone and pick up a text file, it works fine, but when I make changes and save it, it tells me that it was saved successfully, but when I open the file again, I find that the saving process was not completed.
Do I need permissions on my phone?
i tried
flet build apk --template C:\Users\a\Documents\flet-build-template after install flet-build-template and edit AndroidManifest.xml
but the apk size result is 40 m and previous build was 62 m
any way when install apk file to my Android phone and open it the screen is empty
my code
`import flet as ft
import os
def main(page: ft.Page):
page.title = "Text File Editor"
ft.app(target=main)`
Beta Was this translation helpful? Give feedback.
All reactions