Android 如何将 .apk 文件转换为 .exe?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11503011/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to convert .apk file to .exe?
提问by Prasad
I have created one App in Eclipse. I want to convert that App to .exe file [ means .apk file to .exe file ] ...
我在 Eclipse 中创建了一个应用程序。我想将该应用程序转换为 .exe 文件 [意味着 .apk 文件到 .exe 文件] ...
or
或者
I want that App should run by downloading and clicking on it . It should run without the Help of Eclipse or AVD Manager...
我希望该应用程序应该通过下载并单击它来运行。它应该在没有 Eclipse 或 AVD 管理器帮助的情况下运行...
If anybody can help me......
如果有人可以帮助我......
回答by user370305
You can't create .exe file of Android application.
您无法创建 Android 应用程序的 .exe 文件。
I want that App should run by downloading and clicking on it . The should run without the Help of Eclipse or AVD Manager...
我希望该应用程序应该通过下载并单击它来运行。应该在没有 Eclipse 或 AVD 管理器帮助的情况下运行...
Your .apk (Android application) runs only Android Environment. And you can achieve it by just click on apk file if it install on your android supported device.
您的 .apk(Android 应用程序)仅运行 Android 环境。如果它安装在您的 android 支持的设备上,您可以通过单击 apk 文件来实现它。
Now some other OS manufacture support android .apk file to run on their environment. But this need some basic conversion process to support that environment.
现在一些其他操作系统制造商支持 android .apk 文件在他们的环境中运行。但这需要一些基本的转换过程来支持该环境。