Cant build liquidbounce
-
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
-
@windows-10x said in Cant build liquidbounce:
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
Try this command:
git submodule update --init --recursive
-
@mems said in Cant build liquidbounce:
git submodule update --init --recursive
do i type that in terminal?
-
@windows-10x Wherever you tried to build it.
-
@windows-10x Then insert that command in Terminal.
-
@windows-10x ".git"
-
@windows-10x Can you try building it through gradle?
-
@windows-10x gradlew build
type this in your terminal
-
@stfwissue it says command not found for gradlew
-
@windows-10x cd LiquidBounce
-
git clone https://github.com/CCBlueX/LiquidBounce
cd LiquidBounce
git submodule update --init --recursive
gradlew setupDevWorkspace
gradlew clean build
-
@stfwissue cd: no such file or directory: liquidbounce
-
@windows-10x Make a folder for LiquidBounce, and inside it open command prompt. Then paste these commands one by one:
git clone https://github.com/CCBlueX/LiquidBounce
cd LiquidBounce
git submodule update --init --recursive
gradlew build
Should work.
-
@suicidemouse it still says command not found gradlew
-
@windows-10x Have you even installed gradle?