I am trying to almost 2 days to add AndEngine to Android Studio but unable to do so. I tried the following two methods, neither worked.
1st Try I do
As the question's answers havn't been accepted yet, and I know people are still searching for solutions to this, I found this great website with very very clear and concise instructions to import AndEngine to your Android Studio projects. Here's the link:
http://geq-i.blogspot.com/2014/02/how-to-setup-andengine-in-android-studio.html
All credits go to the user who created this page. I can attest to the fact that this is working perfectly. I JUST used this website after trying 10s of different ways. Only thing to note on the link is the last part:
$ cd /AndEngine/src/main
$ rm -r java/org
$ mv org java
This part is copying the org folder from .
to ./main/java
. Best way to do this is to just drag and drop the org folder into main/java when the project has finished building once.
Hope this helps!