Intellij IDEA 10 与 Android 2.3

发布于 2024-10-06 14:05:05 字数 222 浏览 3 评论 0原文

我正在使用 IntelliJ IDEA 10 预览版,并更新了 android SDK 以查看 2.3,这似乎破坏了 IntelliJ 对 android 的支持(目标设备对话框中没有设备)。 我知道 ADB 已更改位置并更新了我的路径以包含工具和平台工具目录。我知道 IDEA 10 是预览版,并且我知道其中包含的所有内容,但我想知道是否可以做些什么来让它与 Android SDK 一起使用?

I am using IntelliJ IDEA 10 preview and have updated the android SDK to look at 2.3 which appears to have broken IntelliJ's support of android (no devices in the target device dialogue). I'm aware that ADB has changed location and have updated my path to include both the tools and platform-tools directories. I know IDEA 10 is a preview and I'm aware of everything which that entails, but I'm wondering if there's anything I can do to get it working with the Android SDK?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抽个烟儿 2024-10-13 14:05:05

我做了什么让它工作:

  1. 从平台工具中的所有可执行文件到工具创建符号链接(我在 Mac 上,在 Windows 上我猜你会复制)。
  2. 进入我的项目的 Facet 设置,选择 Android,然后点击“编辑”按钮。 IDEA 显示了一些错误消息,但随后允许我重新选择之前选择的平台。
  3. 停止并重新启动 IDEA
  4. 当我下次尝试运行我的项目时, ,它确实向我显示了正在运行的模拟器。它指出 2.3 模拟器不兼容,但它确实可以与我所有的模拟器配合使用

What I did to get it to work:

  1. created symlinks (I'm on a Mac, on Windows I guess you would just copy) from all the executables in platform-tools to tools.
  2. went into my project's Facet settings, selected Android, and hit the Edit button. IDEA showed some error messages, but then allowed me to reselect the platform I had previously selected.
  3. stopped and restarted IDEA
  4. when I next tried to run my project, it did show me the running emulators. It points out that 2.3 emulators are not compatible, but it does work fine with all my emulators
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文