Importing Andenginephysicsbox2dextension-gles2 In Android Studio 1.5
I'm trying to make flappy bird equivalent app using AndEngine. I'm having trouble importing AndEnginePhysicsBox2DExtension-GLES2 module in Android Studio 1.5 So far, I have importe
Solution 1:
You have to remove "-GLES2" from folders names.
Other solution could be: File -> New -> Import project -> Select AndEnginePhysicsBox2DExtension and save the project. Then import the module from project structure...
Solution 2:
For both libraries do the following:Go to project strukture -> modules-> button + import module from existing sources.
Then click on your module, switch to dependencies bookmark and add Andengine and physics extenstion imported modules. Then click on Andengine project and add dependency to Physics extension module.
Post a Comment for "Importing Andenginephysicsbox2dextension-gles2 In Android Studio 1.5"