user847470
user847470

Reputation: 491

How to run apk file online?

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.

Upvotes: 28

Views: 77554

Answers (7)

Xenolion
Xenolion

Reputation: 12735

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.

Upvotes: 3

Joe
Joe

Reputation: 560

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.

Upvotes: 0

philip mudenyo
philip mudenyo

Reputation: 764

Appetize provides unlimited service to run your apk online on a number of devices. Check appetize.io appetize.io

Upvotes: 6

Ashoka Mondal
Ashoka Mondal

Reputation: 1171

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.

Upvotes: 8

Moondustt
Moondustt

Reputation: 884

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

Upvotes: 1

Aleksandr Kravets
Aleksandr Kravets

Reputation: 5967

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.

Upvotes: 2

androidFan
androidFan

Reputation: 621

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 ! :)

Upvotes: 0

Related Questions