Android plugin - export als bundle .aab

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Android plugin - export als bundle .aab

    Hallo,
    ich hab mir nun das Mobile Export Plugin besorgt.

    Die .apk Datei konnte ich soweit erstellen. Leider will Google Play etwas anderes, es wurde geändert, nun ist ein bundle Datei nötig .aab

    Habe danach gesucht und yoyogames hat hier eine hilfe angeboten mit dieser Anleitung:
    In der Zukunft soll das durch ein Update behoben sein...
    help.yoyogames.com/hc/en-us/articles/360029111732

    Nun ich habe soweit ich es kann alle schritte befolgt, und bin am ende bei dem Punkt hängen geblieben, wo ich die Datei erstellen kann:
    Hier soll man im cmd diesen Befehl ausführen:

    C:\ProgramData\GameMakerStudio2\Cache\runtimes\runtime-2.2.2.326\android\runner\gradle\gradlew build bundleRelease -x lint

    Folgendes kommt bei mir:

    Starting a Gradle Daemon, 5 incompatible and 3 stopped Daemons could not be reused, use --status for details
    FAILURE: Build failed with an exception.
    * What went wrong:
    A problem occurred configuring root project ''.
    > The project name must not be empty. Set the 'rootProject.name' or adjust the 'include' statement (see docs.gradle.org/5.1.1/dsl/org.…:include(java.lang.String[]) for more details).
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    * Get more help at help.gradle.org
    BUILD FAILED in 4s