How to inject code into an existing Apk?
问题 I know this is possible to decompile and recompile an apk. And I saw this post : Injecting code into APK before, But what I want is not decompiling or reverse engineering . In my case I just want to make some games that uses touch events compatible with gamepad. I've seen some companies that do something like this and make android games compatible with their gamepads. Unfortunately I found no solution to inject some codes into an existing apk. So My question is : Is there a way to do some