Is it possible to request android applications via the web with php?

Asked

Viewed 108 times

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.

1 answer

2

Unfortunately it is not possible, this because you are working with a completely different system than a mobile system.

What you can do is emulate the android in an application in the OS, within this android you can emulate the application and then yes you may be able to make other systems can interact with it through scripts within the emulator itself.

But emulating an APK via the web does not.

  • I am sad but I know that later on we will have this integration with certainty because the need to have a service like this and great

  • I do not think very likely, are different ecosystems... I believe that the emulator solution will be the most permanent we will have for a long time yet

Browser other questions tagged

You are not signed in. Login or sign up in order to post.