I have a question about testing some Android code. I'm currently making some JSON to Object converting code and it's very annoying to keep going into the emulator and seeing if it works.
I'm curious if there is a way to do this faster, for example without running the emulator?
Thanks in advance.