How to compile RootCloak Plus APK from Github source?

156 Views Asked by At

source code

I've tried importing it to Android Studio directly from GitHub, I've tried importing it from extracted zip and migrating to Gradle project. Both times I got Error:(22, 28) java: package com.saurik.substrate does not exist.

I have downloaded Cydia Substrate API following this guide but it still doesn't work.

Can anybody help me compile APK from that source?

1

There are 1 best solutions below

0
Paresh Kalinani On

Download the cydia_substrate-r2.zip and copy the substrate-api.jar into rootcloakplus-master -> app -> libs folder. Right click on substrate-api.jar and click 'Add as Library...' .

Done.