简体   繁体   English

在网络浏览器中运行Android APK文件-可以吗?

[英]Run Android APK files in web browser - Is it possible?

I am looking to write a web page that can load to it and run APK files. 我希望编写一个可以加载到该网页并运行APK文件的网页。 Something like a web control that can get an APK file url, load it and let the user interact with the app (No need in the whole android system, just the specified APK). 像Web控件之类的东西,可以获取APK文件的URL,将其加载并让用户与该应用进行交互(在整个android系统中无需,只需指定的APK)。

Is it possible? 可能吗? Is there anything like that in the market? 市场上有这样的东西吗? Maybe a standalone open source emulator i can migrate to work on the web? 也许我可以迁移到网络上工作的独立开源模拟器?

Short answer: no, but not fully impossible 简短答案:否,但并非完全不可能

Long answer: BlueStacks provides a raw and unstable emulation framework that is able to run single APKs without the full Android device emulation, but while it's not designed to run in a webpage, it actually executes as an ActiveX. 长答案: BlueStacks提供了一个原始且不稳定的仿真框架,该框架能够在没有完整的Android设备仿真的情况下运行单个APK,但是尽管其并非旨在在网页中运行,但实际上可以作为ActiveX执行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM