If I put the end of a method at the middle of it,just like this:(smali)
...
Label_xx:
...
return-void/renturn rx
...
goto :Label_xx
And then it can not work anymore.
I know you can fix it up,looking forward your update.
(I tryed my best to translate,ignore my grammar mistake, thanks)
If I put the end of a method at the middle of it,just like this:(smali) ... Label_xx: ... return-void/renturn rx ... goto :Label_xx And then it can not work anymore. I know you can fix it up,looking forward your update. (I tryed my best to translate,ignore my grammar mistake, thanks)