• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: December 28th, 2023

help-circle
  • I threw down my enemy, and he fell from the high place and broke the mountain-side where he smote it in his ruin. Then darkness took me, and I strayed out of thought and time, and I wandered far on roads that I will not tell. Naked I was sent back – for a brief time, until my task is done. And naked I lay upon the mountain-top…I was alone, forgotten, without escape upon the hard horn of the world. There I lay staring upward, while the stars wheeled over, and each day was as long as a life-age of the earth.


















  • Sorry yeah I’ve gotten so used to building android apps its probably more complicated than I think.

    Open android studio. Select new project from version control. Enter the url of the github and click enter. This will download the source code and open it to view/edit. Android studio should then prepare dependencies etc, it will say something like “building gradle” in the bottom corner. Wait for that to finish then in the toolbar at the top of the screen there is a dropdown labeled build which has the different build options. There should be one called “build apk” this will build the app.

    Now that I’ve written this out it does seem more complicated that I thought.