This commit is contained in:
Alexander Mahr 2024-12-31 07:57:48 +01:00
parent 28aa88aaad
commit 889838e04b

View file

@ -44,7 +44,7 @@ pity of German GG Meinungsfreiheit" is not enough and a grain of salt is recomme
## What is the point of Gradle in Android build? ### What is the point of Gradle in Android build?
Advertised as a "help/assistence" with dependencies, it strikes the at first sight by Advertised as a "help/assistence" with dependencies, it strikes the at first sight by
not even being able to setup the JAVA and furthermore the ANDROID SDK... `:*(` ? not even being able to setup the JAVA and furthermore the ANDROID SDK... `:*(` ?
@ -62,7 +62,7 @@ not even being able to setup the JAVA and furthermore the ANDROID SDK... `:*(` ?
* why is there just no case in which XML did not start stinking , when scaled??? * why is there just no case in which XML did not start stinking , when scaled???
## What is it with the JAVA VERSIONS and ANDROID ? ### What is it with the JAVA VERSIONS and ANDROID ?
(aka. which SDK to install to build android packages, when also using gradle) (aka. which SDK to install to build android packages, when also using gradle)
Riddle me this: Java versions????? Riddle me this: Java versions?????
@ -84,5 +84,9 @@ people recover and __wanna__ recover the IOException, is this a "broken hard-dis
* why does developing in this world (which at its core is supposed to be "linux/unix" beauty) is such a "pain", because it is populated by the noobished accepting people * why does developing in this world (which at its core is supposed to be "linux/unix" beauty) is such a "pain", because it is populated by the noobished accepting people
* will AI help it? * will AI help it?
* [INFO](https://developer.android.com/build/jdks#compileSdk)
> Android API-Level 33 requires JAVA 11, gradle somehow could imply JAVA 17, attention there is JAVA 21...
* With JAVA versions being 11,17,21 one is tempted to asume the versions are similar to Ubuntu versions ... but are they?