Replies: 1 comment 3 replies
-
Welcome! I'm guessing that you're missing a step: adding the third party package in your Once you've done that, you can either re-create the app, or run |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, sort of a noob here. Trying to learn app developing, so I figured I'd give it a go by trying to make a simple app that downloads Fb videos. I've got all the logic and the GUI running properly on Windows, but after creating, building and running through Briefcase, the app kept crashing on startup on my Android phone. With some narrowing down, I found that importing other modules caused the crash every time. How do I go about fixing this issue? I'm importing the modules datetime, os, requests and re. Again, I've been coding for 2 months now so it's all very hazy to me.
Beta Was this translation helpful? Give feedback.
All reactions