Android Question Where are all the other ObfuscatorMap files?

JackKirk

Well-Known Member
Licensed User
Longtime User
I just know this is going to be the dumbest question of the day but it has got me stumped.

I have a large app with a good many activities.

If I compile with Release(obfuscated) I get a ObfuscatorMap.txt file in the appropriate Objects folder.

Reading this file it is obvious it is for the Main activity only.

If I decompile the apk with dex2jar and look at the resulting jar with JD-GUI it is obvious that all the other activities are having strings in their Process_Globals obfuscated also - but no maps.

Can anyone shed some light?

Thanks in anticipation...
 

JackKirk

Well-Known Member
Licensed User
Longtime User
Sorry - should have looked more closely at what actually was in ObfuscatorMap.txt rather than what wasn't.
 
Upvote 0
Top