Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testing some Android code without running the emulator

Tags:

android

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.

like image 830
Jelle den Burger Avatar asked Sep 26 '22 06:09

Jelle den Burger


1 Answers

This is impossible, but if you want to gain more time, use the genymotion emulator is faster then the Android Studio emulator.

https://www.genymotion.com

like image 105
Charllon Lobo Avatar answered Nov 15 '22 11:11

Charllon Lobo