I want to run my Flutter app on a real Android phone. I googled my problem and referred to this question.
This answer says I can do it using USB. But, I have a question, can I upload .apk
file (build/app/outputs/flutter-apk/app-debug.apk
) to Google Drive and download .apk
file in real Android phone and run it?
I didn't share the code because I don't think the code has anything to do with this.
Is there only one way to run my Flutter app on a real Android phone? Or, is there another way? I would appreciate any help. Thank you in advance!