t2k269 / PerAppHacking

Allow apply some hacking to applications by Xposed Framework
48 stars 16 forks source link

build from source code apk is non functional #19

Open intruder777 opened 8 years ago

intruder777 commented 8 years ago

I've downloaded source code from https://github.com/t2k269/PerAppHacking/archive/master.zip and created a new Android Studio project based on it. I haven't changed any code. Then I've and built it and created apk file signed with dummy key. However when I've installed this apk into my phone - time machine function didn't work. And when I install original apk from Xposed repository - it works. What could be the source of this problem?

jkarlsso commented 7 years ago

Time machine did not work for me when installing from Xposed repository, so I am looking into compiling it myself and debug what's going on... what (Windows) IDE/tool-chain do I need?

Is Android Studio the IDE that should be used to compile this project as-is? I am just asking because I have tried Eclipse and Visual Studio so far without success... and would like to avoid installing another +1 GB IDE just to try :)

@intruder777 It sounds like you passed the build phase using Android Studio without errors at least? Have you had any luck with getting the time machine working run-time yet?

Thanks