Android Question "Little" problem with proguard...

kepler

Active Member
Licensed User
Longtime User
Greetings

I'm making an attempt to obfuscate a jar lib I've made in Eclipse to be used in my B4A app. I assume that B4A does not obfuscate the external libs in the apk?...

My problem is in fact the name obfuscation of the jar lib file. Some appear with the same name (although at JVM level - which is not the case of B4a - there's no problem I think...) So I have int a(...) and, for example, long a(...) in the same class....

Is there any workaround to this? Can I force all the functions types to have differente names?

Regards

Kepler
 
Top