gpt4 book ai didi

gluon - 示例项目不起作用

转载 作者:行者123 更新时间:2023-12-05 03:11:19 24 4
gpt4 key购买 nike

我使用带有 OS X El Capitan 和 Eclipse IDE 的 mac

当我创建项目“Gluon Mobile - Single View Project”时,我无法针对 Android 进行编译,因为我遇到了 multidex 问题。我使用这个命令:

./gradlew androidInstall
Execution failed for task ':mergeClassesIntoJar'.
> Cannot expand ZIP '/.../sdk/extras/android/support/multidex/library/libs/android-support-multidex.jar'
as it does not exist.

我看到了不同的主题并进行了这些验证:

  • Android SDK 由“Android Studio”安装 But, I don't have android support library to install
  • 如果我在我的 build.gradle 中添加 compile 'com.android.support:multidex:1.0.0',我会遇到另一个错误

    Could not resolve all dependencies for configuration ':compile'.
    > Could not find com.android.support:multidex:1.0.0.
  • 但如果我在随机 Android Studio 项目中添加 compile 'com.android.support:multidex:1.0.0',gradle compile。

  • 桌面编译没问题,在 iPhone Simulation 上也可以。

我不明白为什么它不起作用

感谢您的阅读。你能帮帮我吗?

最佳答案

如果您查看 prerequisites 的列表要在 Android 上部署,您需要:

  • Android SDK
  • 构建工具
  • Android 支持库

打开 Android SDK 管理器(从/tools,运行 ./android),并确保从 Extras 安装 Android 支持库:

Extras

关于gluon - 示例项目不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37341241/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com