【发布时间】:2013-11-01 23:52:23
【问题描述】:
我刚刚在 IntelliJ 的项目中创建了一个新模块。现在我想在我的移动设备上部署/启动应用程序。
构建后我得到的错误是以下一个
Android Dex: [Android] the "--core-library" option to suppress this error message.
Android Dex: [Android] If you go ahead and use "--core-library" but are in fact
Android Dex: [Android] building an application, then be forewarned that your application
Android Dex: [Android] will still fail to build or run, at some point. Please be
Android Dex: [Android] prepared for angry customers who find, for example, that your
【问题讨论】:
-
你有在“标准”包之一中声明的任何类吗? (java.*, android.*)
标签: java android intellij-idea libgdx