How to run apk file online?

后端 未结 7 700
南笙
南笙 2021-02-02 11:15

Is it possible to run APK file online to check whether the file is working properly or not?..That means even if i don\'t have android SDK will i be able to run APK file.

相关标签:
7条回答
  • 2021-02-02 11:50

    You can have a web service kind of thing on your server. The server should have the android sdk installed i.e. it should be able to run APK files. Your server can then stream it to the webbrowser and it can also get mouse events from the web browser and send it to server.

    There is a similar app called Cloud Browse for iPhone/iPad on the Apple Store to be able to view flash content on the web in iPad/iPhone. Link -> http://itunes.apple.com/us/app/cloud-browse/id394418635?mt=8

    So, you can get idea from this App. You can implement you own system for Android Apps as they have done for flash ! ;) All the Best ! :)

    0 讨论(0)
  • 2021-02-02 11:52

    You can also try GenyMotion which emulates an Android x64 virtual device. After 1000 mins then you have to pay 5 US cents per minute, though. Not a big bill if you are only going to use it for light stuff like web surfing, etc. Although, it is actually a very powerful device. The user interface and cloud service they provide is amazing. I would use it or at least try it out to see how it goes at least if I were you.

    0 讨论(0)
  • 2021-02-02 11:54

    Appetize and Run That App are best. And they for both Android and iOS. You can customize also Android Versions to use. Appetize has also a free quota. For two concurrent users and 100 minutes a month.

    0 讨论(0)
  • 2021-02-02 11:57

    Yes there is a solution to run .apk file online. There is an online emulator manymo.com. You can run this online but it has a limited service. You have pay for this to use it.

    0 讨论(0)
  • 2021-02-02 11:57

    Why don't you download a android emulator like bluestacks(http://www.bluestacks.com/) and try installing that?

    0 讨论(0)
  • 2021-02-02 12:00

    You can check out android-x86 project. Images from there run on Virtualbox and work much faster than native Andriod emulator from SDK. Of cource Bluestacks is more convenient. But it's Beta and sooner or later developers will ask for money.

    0 讨论(0)
提交回复
热议问题