-1

I am copying Android Studio Project to Eclipse for testing it in Eclipse. I copied the java folder into src of Eclipse and also modified the res and Manifest file as per Android Studio Project. The only problem now is jar files. I dont know where it is located in Android Studio Project and also how to use these jars in Eclipse directly from Android Studio Project.

FAZ
  • 255
  • 1
  • 3
  • 13
  • [HERE](http://stackoverflow.com/questions/16763090/how-to-export-library-to-jar-in-android-studio#answer-17132055) Maybe is a solution for your problem – Snoobie Feb 25 '16 at 14:54
  • Actually my requirement is i need to use jar of Android Studio project in Eclipse – FAZ Feb 25 '16 at 14:57

1 Answers1

1

Create a folder named "lib" at your project folder. Then put all your jars into it. And create new dummy android project, cross check the folders.