Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 RhoStudio SDK 创建了一个应用程序。在 iPhone 模拟器上它运行良好。现在我想将它安装到安卓平板电脑上。是否可以创建一个二进制文件,然后可以将其复制到我的设备并运行它?有人有这方面的经验吗?
是的,有可能。 运行此命令:
rake device:android:debug
它会为你生成一个 .APK。您将需要 Android SDK 和 NDK。