I am creating a SDK and obfuscating the code through proguard/dexguard but I am not sure how my developers can debug the code if the code is obfuscated. Not obfuscating the SDK code is not an option.
Code obfuscation and debugging don't seem to work parallely unless I am missing something here.