问题描述
我已经将andEngine作为模块添加到我的项目中,但是我无法添加box2d扩展.
I have added andEngine to my project as a module, but I could not able to add box2d extentsions.
我已经尝试过这些方法.project structure > import module
并表示"select modules to import"
.
I have tried these ways.project structure > import module
and it says "select modules to import"
.
因此,我尝试手动添加它.我已将代码添加到settings.gradle和build.gradle.
So, I tried to add it manually. I have added code to settings.gradle and build.gradle.
说
我确信我的文件夹是正确的.我尝试了所有组合.
I am sure about my folders are correct. I tried every combinations.
我该怎么办?
andEngine和扩展 https://github.com/nicolasgramlich
andEngine and extentsionshttps://github.com/nicolasgramlich
Android Studio不允许我导入SDK (相同尝试添加项目结构时出错)
Android Studio won't let me import SDK ( same error while trying to add with project structure )
推荐答案
您可以从此处为Android Studio下载SDK https://github.com/mutexkid/andengine-androidstudio
You can download SDK from here for Android Studio https://github.com/mutexkid/andengine-androidstudio
这篇关于无法添加andEngine扩展-模块的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!