Android Question Activity Start fail

Dallas Williams

Member
Licensed User
Longtime User
I have a situation where I call an Activity Start but it fails to trigger the Activity ... however when I step through with the debugger it does trigger the Activity ... any ideas?
 

ivan.tellez

Active Member
Licensed User
Longtime User
Maybe you are using the obfuscation the wrong way.

If it works on Debug, test on release (No obfuscation)
 
Upvote 0
Top