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.
我想知道是否有人能够使用 andengine gles2 和 android sbt 插件。我已经尝试了所有方法,但唯一有效的解决方案是将 gles1 jar 放入 lib。我什至尝试过使用 wiki 上的 Android 库项目,但由于没有用于 andengine gles2 的 maven,我无法使其工作。
这似乎有效:
andengine.apklib
像这样在sbt中引用andengine(相应地替换最后的路径)
libraryDependencies += "andengine" % "library" % "2.0.0" artifacts(Artifact("library", "apklib", "apklib")) 来自 "file:/abc/def/andengine.apklib"