I am encountering this error, and I have not been able to find an effective tutorial to import AndEngine into my Android Studio project. Any advice?
Asked
Active
Viewed 447 times
0
-
2Possible duplicate of [Unable to add AndEngine to Android Studio](http://stackoverflow.com/questions/21079288/unable-to-add-andengine-to-android-studio) – Be_Negative Jan 12 '16 at 03:04
2 Answers
0
if you have a jar file of andengine then simply follow these steps
- open project in project view
- copy jar file into libs folder
- right click on jar file and select add as library

Nauman Ali Shah
- 163
- 11
0
On AndroidStudio
you can add a library from maven or adding it in the dependecies.
So, that library you said, doesn't have maven link or etc.
It's just have a Eclipse
project which you need to add it in your AndroidStudio
like this:
Andengine
Just select the root folder not the activities or that /org/
path.
Check this link: http://www.makethegame.net/android-andengine/how-to-setup-andengine-with-android-studio/

ʍѳђઽ૯ท
- 16,646
- 7
- 53
- 108