damn that’s really rough. do you know how to use git? might be helpful to have your scripts on a private gitlab or github project just in case
damn that’s really rough. do you know how to use git? might be helpful to have your scripts on a private gitlab or github project just in case
The most recent jerboa version doesn’t work with lemmy version 17 anymore (which beehaw is on). I had the error and crash happen too. You could download a previous version off their github and it should work with v17 instances (but probably not v18).
But I’d recommend liftoff, it was recently added to the play store and it’s actively being worked on! It’s the app I use and I’ve been enjoying it so far.
I’ve been using flutter + android studio and I’m enjoying it (as much as you can while making a mobile app). Android studio is a lot but it includes android emulators which is nice to test stuff on if you don’t feel like getting your phone.
You’ll need to install flutter (works on windows, mac, and linux), android studio (I think vscode also works?), and you can download a sample project, open it, build it, and run it. It’s a great way to see how it works. Then you can create your own project and go from there. Flutter has a lot of packages which I would recommend at looking through (if your app is simple you might not need any of these though).
Once you build and run the app on your android phone, it’s there and you can use it. You don’t need to upload it to google play or anything else (unless you want to share it).