如何运行 OpenVPN
如何从我的应用程序运行 OpenVPN?我进行了搜索,但找不到任何合适的资源。我有一个 Windows 平台上的重建版本。
我需要将其安装到我的模拟器上吗?如果是的话,我该如何安装它。
如何使用模拟器中的 cmd
运行?
How to run OpenVPN from my application? I searched out for it but couldn't get any proper resources. I have a rebuilt version on windows platform.
Do I need to install it to my emulator? If so, how do I install it.
How do I run using the cmd
from the emulator?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Cyanogen mod 提供了可以从 shell 访问的 OpenVPN。您可以从应用程序运行 shell 命令。
Cyanogen mod provides OpenVPN that you can access from shell. You could run a shell command from your application.
将其安装在模拟器上。使用 ADB 命令在模拟器上安装 OpenVPN APK 并进行配置或者
OpenVPN应用程序的源代码,可以使用Android Studio直接在模拟器上运行。
Install it on Emulator. Use ADB command to install OpenVPN APK on emulator and then configure it OR
Source code of OpenVPN application which can be directly run on Emulator using Android Studio.