I am using Eclipse and Android Studio IDE for Android development. I have a problem on securing data that I hard-coded like public-key, authentication id etc.. in constant or XML file. How to avoid reverse engineering these values from apk?
I have gone through this link How to avoid reverse engineering of an APK file? but I don't know how to do C/C++ library and add them into Android Studio. How can I attain this and is there any tutorial for it?