( _Franko_ | 2025. 09. 27., szo – 07:21 )

Le tudod fordítani az SDL_helloworld példát? Ha csinálok egy hasonló minimál android-project mappát, azt lefordítanád nekem?

Nem fogom, ez annyira faék dolog, hogy meg tudod csinálni te is. Ha meg beüt a paranoia, akkor csináld egy eldobható gépen.

mit csinálhat a google() hívás

Meghatározza a Google Maven repository helyét.

de kurvára nem tetszik, és a gradle dokumentációjában sem említik egy szóval se

Megemlítik, itt: https://developer.android.com/build

Idézem: 

    /**
      * The pluginManagement.repositories block configures the
      * repositories Gradle uses to search or download the Gradle plugins and
      * their transitive dependencies. Gradle pre-configures support for remote
      * repositories such as JCenter, Maven Central, and Ivy. You can also use
      * local repositories or define your own remote repositories. Here we
      * define the Gradle Plugin Portal, Google's Maven repository,
      * and the Maven Central Repository as the repositories Gradle should use to look for its
      * dependencies.
      */

    repositories {
        gradlePluginPortal()
        google()
        mavenCentral()
    }

A másodikban meg még kevésbé tetszik, hogy egy hálózatról letöltőgetős kód, ami beinjektálódik a lefordított proggiba...

Miért, a többi cuccod nem a hálózatról töltötted le? Megrendelted futárral papíron és begépelted?