Skip to content

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