Posts by Category

Development

Gradle 8 and JDK 17 upgrade

1 minute read

Now that Gradle 8 and with it AGP 8 have been out for quite a while, we can finally dare to update the project to Gradle 8 as well.

Manage multiple Java JDK versions on a Mac

2 minute read

As an Android developer, you will most likely have come into contact with Java and its JDK (Java Development Kit). Gradle version 7 and above requires JDK ve...

Android (Studio) and the terminal

2 minute read

Update 2023-08-21: In the meantime, the documentation was turned on its head. The former statement use ANDROID_HOME over ANDROID_SDK_ROOT is now exactly the ...

Android Studio manage Gradle JDKs

1 minute read

Updating Android Studio is always some ‘exciting’ event - what changes and will it break my current setup. Some changes in 4.2 made me imediatelly rollback t...

Back to Top ↑