将 Android SDK 2.2 与 Rhomobile 结合使用
我已经安装了:rhodes 2.0.0 beta 11、ruby 1.8、gem 1.3.7 和 OpenSUSE 11.2。我编译应用程序的唯一方法是使用 Android SDK 1.5。当我删除 1.5 并安装 2.2 时,它显示:未找到所需的平台(API 级别 3),无法继续。有什么想法吗?我宁愿使用 SDK 的更新版本。
I have installed: rhodes 2.0.0 beta 11, ruby 1.8, gem 1.3.7, and OpenSUSE 11.2. The only way i can get the app to compile is by using Android SDK 1.5. when I delete 1.5 and install 2.2 it says: No required platform (API level 3) found, can't proceed. any ideas? I would rather use an updated version of the SDK.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来你没有安装Android NDK。请参阅 Android 的先决条件,安装 NDK 并重试。或者只是在 RhoHub 上进行托管 Android 构建。
It sounds like you don't have the Android NDK installed. See the prereqs for Android, install the NDK and try again. Or just do hosted Android build on RhoHub.