Android Revisited: Difference between revisions

From bibbleWiki
Jump to navigation Jump to search
Line 2: Line 2:
Well build an app to send photos to my server and show on Web page. Sound simple but so much has changed.
Well build an app to send photos to my server and show on Web page. Sound simple but so much has changed.
=Day 1 Here to remind me=
=Day 1 Here to remind me=
Android studio installed with copilot. The studio still seems a tad slow compared to VS Code and finding my way around build.gradle.kts is a bit different with the way it manages version numbers. Needed to upgrade android gradle plugin to 8.8.0 and I updated gradle to 8.12
Android studio installed with copilot. The studio still seems a tad slow compared to VS Code and finding my way around build.gradle.kts is a bit different with the way it manages version numbers.<br>
Found it wanted me to change to SDK 35 but this could not be done without upgrading the android gradle plugin (agp), which is not allowed with my version of studio, 2024.1.1 so had to update the IDE. Sigh. I actually enjoyed how manual all this is. It is the same buzz at likes on twitter.

Revision as of 03:48, 2 March 2025

Introduction

Well build an app to send photos to my server and show on Web page. Sound simple but so much has changed.

Day 1 Here to remind me

Android studio installed with copilot. The studio still seems a tad slow compared to VS Code and finding my way around build.gradle.kts is a bit different with the way it manages version numbers.
Found it wanted me to change to SDK 35 but this could not be done without upgrading the android gradle plugin (agp), which is not allowed with my version of studio, 2024.1.1 so had to update the IDE. Sigh. I actually enjoyed how manual all this is. It is the same buzz at likes on twitter.