Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makes andengine a Gradle Project. #257

Open
wants to merge 2 commits into
base: GLES2
Choose a base branch
from

Conversation

abeatte
Copy link

@abeatte abeatte commented Aug 21, 2014

andengine is now a Gradle Project which can be imported right into Android Studio without any loss of feature or functionality.

@ixanezis
Copy link

Why did you comment out the line "" ?

@abeatte
Copy link
Author

abeatte commented Aug 23, 2014

That was supposed to be uncommented before the last commit. Good catch.

@wonson
Copy link

wonson commented Nov 5, 2014

I dunno if committing .iml is a good idea, because for me .iml is in .gitignore

btw, to make it compilable in Android Studio can be simply done by

  • Specify ndk.dir=/path/to/ndk in local.properties

  • Modify build.gradle in AndEngine module

    defaultConfig {
        /* ... */
    
        // Add below settings
        ndk {
            moduleName "andengine_shared"
            stl "stlport_shared"
            ldLibs "GLESv2"
        }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants