Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Kotlin/Java
  3. Cant build liquidbounce

Cant build liquidbounce

Scheduled Pinned Locked Moved Kotlin/Java
33 Posts 4 Posters 7.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Windows 10XW Windows 10X

    @mems said in Cant build liquidbounce:

    git submodule update --init --recursive

    do i type that in terminal?

    ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #5

    @windows-10x Wherever you tried to build it.

    Ali00035A Windows 10XW 2 Replies Last reply
    0
    • ? A Former User

      @windows-10x Wherever you tried to build it.

      Ali00035A Offline
      Ali00035A Offline
      Ali00035
      wrote on last edited by
      #6

      @mems ali

      1 Reply Last reply
      0
      • ? A Former User

        @windows-10x Wherever you tried to build it.

        Windows 10XW Offline
        Windows 10XW Offline
        Windows 10X
        wrote on last edited by
        #7

        @mems i tried to build it in intellij idea.

        ? 1 Reply Last reply
        1
        • Windows 10XW Windows 10X

          @mems i tried to build it in intellij idea.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #8

          @windows-10x Then insert that command in Terminal.

          Windows 10XW 1 Reply Last reply
          1
          • ? A Former User

            @windows-10x Then insert that command in Terminal.

            Windows 10XW Offline
            Windows 10XW Offline
            Windows 10X
            wrote on last edited by
            #9

            @mems i tried and i keep getting this:

            fatal: not a git repository (or any of the parent directories): .git

            Ali00035A ? 2 Replies Last reply
            1
            • Windows 10XW Windows 10X

              @mems i tried and i keep getting this:

              fatal: not a git repository (or any of the parent directories): .git

              Ali00035A Offline
              Ali00035A Offline
              Ali00035
              wrote on last edited by
              #10

              @windows-10x ".git"

              1 Reply Last reply
              1
              • Windows 10XW Windows 10X

                @mems i tried and i keep getting this:

                fatal: not a git repository (or any of the parent directories): .git

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #11

                @windows-10x Can you try building it through gradle?

                Windows 10XW 1 Reply Last reply
                0
                • ? A Former User

                  @windows-10x Can you try building it through gradle?

                  Windows 10XW Offline
                  Windows 10XW Offline
                  Windows 10X
                  wrote on last edited by
                  #12

                  @mems how do i do that

                  Ali00035A 1 Reply Last reply
                  0
                  • Windows 10XW Windows 10X

                    @mems how do i do that

                    Ali00035A Offline
                    Ali00035A Offline
                    Ali00035
                    wrote on last edited by Ali00035
                    #13

                    @windows-10x gradlew build

                    type this in your terminal

                    Windows 10XW 1 Reply Last reply
                    0
                    • Ali00035A Ali00035

                      @windows-10x gradlew build

                      type this in your terminal

                      Windows 10XW Offline
                      Windows 10XW Offline
                      Windows 10X
                      wrote on last edited by
                      #14

                      @stfwissue it says command not found for gradlew

                      Ali00035A ? 2 Replies Last reply
                      0
                      • Windows 10XW Windows 10X

                        @stfwissue it says command not found for gradlew

                        Ali00035A Offline
                        Ali00035A Offline
                        Ali00035
                        wrote on last edited by
                        #15

                        @windows-10x cd LiquidBounce

                        Windows 10XW 1 Reply Last reply
                        0
                        • Windows 10XW Windows 10X

                          I keep getting this error everytime i try to build how do i fix this?
                          LiquidBounce-nextgen :main: Could not resolve project :theme.
                          Required by:
                          project :

                          Possible solution:

                          • Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
                          suicidemouse33S Offline
                          suicidemouse33S Offline
                          suicidemouse33
                          wrote on last edited by suicidemouse33
                          #16

                          @windows-10x

                          https://git-scm.com/downloads

                          1. git clone https://github.com/CCBlueX/LiquidBounce
                          2. cd LiquidBounce
                          3. git submodule update --init --recursive
                          4. gradlew setupDevWorkspace
                          5. gradlew clean build
                          Windows 10XW 1 Reply Last reply
                          0
                          • Ali00035A Ali00035

                            @windows-10x cd LiquidBounce

                            Windows 10XW Offline
                            Windows 10XW Offline
                            Windows 10X
                            wrote on last edited by
                            #17

                            @stfwissue cd: no such file or directory: liquidbounce

                            suicidemouse33S 1 Reply Last reply
                            0
                            • Windows 10XW Windows 10X

                              @stfwissue it says command not found for gradlew

                              ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #18

                              @windows-10x Make a folder for LiquidBounce, and inside it open command prompt. Then paste these commands one by one:

                              1. git clone https://github.com/CCBlueX/LiquidBounce
                              2. cd LiquidBounce
                              3. git submodule update --init --recursive
                              4. gradlew build

                              Should work.

                              suicidemouse33S 1 Reply Last reply
                              0
                              • suicidemouse33S suicidemouse33

                                @windows-10x

                                https://git-scm.com/downloads

                                1. git clone https://github.com/CCBlueX/LiquidBounce
                                2. cd LiquidBounce
                                3. git submodule update --init --recursive
                                4. gradlew setupDevWorkspace
                                5. gradlew clean build
                                Windows 10XW Offline
                                Windows 10XW Offline
                                Windows 10X
                                wrote on last edited by
                                #19

                                @suicidemouse it still says command not found gradlew

                                ? suicidemouse33S 2 Replies Last reply
                                0
                                • Windows 10XW Windows 10X

                                  @suicidemouse it still says command not found gradlew

                                  ? Offline
                                  ? Offline
                                  A Former User
                                  wrote on last edited by
                                  #20

                                  @windows-10x Have you even installed gradle?

                                  Windows 10XW 1 Reply Last reply
                                  0
                                  • Windows 10XW Windows 10X

                                    @suicidemouse it still says command not found gradlew

                                    suicidemouse33S Offline
                                    suicidemouse33S Offline
                                    suicidemouse33
                                    wrote on last edited by suicidemouse33
                                    #21

                                    @windows-10x gradle literally comes with lb

                                    1 Reply Last reply
                                    0
                                    • ? A Former User

                                      @windows-10x Have you even installed gradle?

                                      Windows 10XW Offline
                                      Windows 10XW Offline
                                      Windows 10X
                                      wrote on last edited by
                                      #22

                                      @mems no

                                      ? 1 Reply Last reply
                                      0
                                      • Windows 10XW Windows 10X

                                        @mems no

                                        ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on last edited by
                                        #23

                                        @windows-10x https://gradle.org/install/

                                        1 Reply Last reply
                                        0
                                        • Windows 10XW Windows 10X

                                          @stfwissue cd: no such file or directory: liquidbounce

                                          suicidemouse33S Offline
                                          suicidemouse33S Offline
                                          suicidemouse33
                                          wrote on last edited by suicidemouse33
                                          #24

                                          @windows-10x

                                          download git, install it, then open the git cmd app

                                          now type these in git cmd

                                          1. git clone https://github.com/CCBlueX/LiquidBounce
                                          2. cd LiquidBounce
                                          3. git submodule update --init --recursive
                                          4. gradlew setupDevWorkspace
                                          5. gradlew clean build
                                          Windows 10XW 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          About
                                          • Terms of Service
                                          • Privacy Policy
                                          • Status
                                          • Contact Us
                                          Downloads
                                          • Releases
                                          • Source code
                                          • License
                                          Docs
                                          • Tutorials
                                          • CustomHUD
                                          • AutoSettings
                                          • ScriptAPI
                                          Community
                                          • Forum
                                          • Guilded
                                          • YouTube
                                          • Twitter
                                          • D.Tube
                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups