Perfare / Zygisk-Il2CppDumper

Using Zygisk to dump il2cpp data at runtime
MIT License
2.15k stars 5.3k forks source link

Could not resolve rikka.ndk:riru:10 #53

Closed Tianbingquan closed 2 years ago

Tianbingquan commented 3 years ago

FAILURE: Build failed with an exception.

BUILD FAILED in 4s

omegali commented 3 years ago

same problem seems like 'https://dl.bintray.com/rikkaw/Libraries/rikka/ndk/riru/10/riru-10.pom'. cant be accessed?

RankoR commented 3 years ago

Bintray was shut down on 1st of May, that's the reason.

xhkfd commented 3 years ago

So, riru il2cppdumper not works now?

RankoR commented 3 years ago

AFAIR it's hosted on MavenCentral too.

xhkfd commented 3 years ago

FAILURE: Build failed with an exception.

sinyo1015 commented 3 years ago

For temporary workaround, try to add the repository to Maven Central. Replace this line https://github.com/Perfare/Riru-Il2CppDumper/blob/2d6a2924e11ef09ec4d5c839468e6b764db7bb93/module/build.gradle#L45 into implementation group: 'dev.rikka.ndk', name: 'riru', version: '10' and also this line https://github.com/Perfare/Riru-Il2CppDumper/blob/2d6a2924e11ef09ec4d5c839468e6b764db7bb93/module/build.gradle#L33 https://github.com/Perfare/Riru-Il2CppDumper/blob/2d6a2924e11ef09ec4d5c839468e6b764db7bb93/build.gradle#L22 into mavenCentral()

Perfare commented 2 years ago

I have upgraded the riru version to 26, it should have been fixed.