Yesterday I received a Weird crash report from a device named "unknown Android Full Android on Emulator" running on Android 4.1.1 Whereas the minimum Android version required to run my android app is 5.0.
But the most surprising part is that the crash is from one of the class which is present in my App But currently is not being used by me in any part of the code
I tried googling about this but could not find anything useful.
Is it possible that someone might have tried to fiddle around with my app by decompiling it?
I Am new to Android development and this is my first app so any help would be really grateful.
Thanks to @CommonsWare for that suggestion to Obfuscate the code, using ProGuard or DexGuard . I have Obfuscated the code. Hope it will reduce the number of developers who will reverse engineer the app.