1
I’m working with php and initially I was curious about something, I’m needing to make a request (particularmete a login) in an android app more with my platform in php on the web, there is some service that allows me to emulate an apk on a server and make requests on it ?
Just install Bluestacks (recommend this one) or use Androidstudio’s own Emulator which is present in AVD Manager which is a plugin of Androidstudio itself, so you can run android apps and make any requests you need on it.
– Paulo Roberto Rosa